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