summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd4255b..148b541 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
1# Maintainer NBS System Security Team <secu@nbs-system.com>
1pkgname="snuffleupagus" 2pkgname="snuffleupagus"
2pkgver=r146.baa0d6d 3pkgver=r169.424845a
3pkgrel=1 4pkgrel=1
4pkgdesc="Snuffleupagus module for PHP7." 5pkgdesc="Security module for PHP7."
5url="https://snuffleupagus.readthedocs.io" 6url="https://snuffleupagus.readthedocs.io"
6arch=('i686' 'x86_64') 7arch=('i686' 'x86_64')
7license=('LGPL3') 8license=('LGPL3')
8depends=('php' 'php-fpm') 9depends=('php' 'php-fpm')
9checkdepends=() 10checkdepends=()
10source=("${pkgname}"::"git+https://github.com/nbs-system/${pkgname}.git") 11source=("${pkgname}::git+https://github.com/nbs-system/${pkgname}.git")
11md5sums=('SKIP') 12md5sums=('SKIP')
12 13
13pkgver() { 14pkgver() {