summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu D2017-12-03 17:45:03 +0100
committerGitHub2017-12-03 17:45:03 +0100
commit2e9d73756cff850569bdbf563815f9f3f3ded06e (patch)
treed67051173731c7bdf6c37e5a12f7730a964eae68
parent424845a6938ffa9fba850b2285e2ab4ce60c89d0 (diff)
parente5bca2c38c13f9742db10fd0989a164b6a579f7f (diff)
Merge pull request #82 from nbs-system/pkgbuild-improvements
minor PKGBUILD improvements
-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() {