diff options
| author | Mathieu D | 2017-12-03 17:45:03 +0100 |
|---|---|---|
| committer | GitHub | 2017-12-03 17:45:03 +0100 |
| commit | 2e9d73756cff850569bdbf563815f9f3f3ded06e (patch) | |
| tree | d67051173731c7bdf6c37e5a12f7730a964eae68 | |
| parent | 424845a6938ffa9fba850b2285e2ab4ce60c89d0 (diff) | |
| parent | e5bca2c38c13f9742db10fd0989a164b6a579f7f (diff) | |
Merge pull request #82 from nbs-system/pkgbuild-improvements
minor PKGBUILD improvements
| -rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -1,13 +1,14 @@ | |||
| 1 | # Maintainer NBS System Security Team <secu@nbs-system.com> | ||
| 1 | pkgname="snuffleupagus" | 2 | pkgname="snuffleupagus" |
| 2 | pkgver=r146.baa0d6d | 3 | pkgver=r169.424845a |
| 3 | pkgrel=1 | 4 | pkgrel=1 |
| 4 | pkgdesc="Snuffleupagus module for PHP7." | 5 | pkgdesc="Security module for PHP7." |
| 5 | url="https://snuffleupagus.readthedocs.io" | 6 | url="https://snuffleupagus.readthedocs.io" |
| 6 | arch=('i686' 'x86_64') | 7 | arch=('i686' 'x86_64') |
| 7 | license=('LGPL3') | 8 | license=('LGPL3') |
| 8 | depends=('php' 'php-fpm') | 9 | depends=('php' 'php-fpm') |
| 9 | checkdepends=() | 10 | checkdepends=() |
| 10 | source=("${pkgname}"::"git+https://github.com/nbs-system/${pkgname}.git") | 11 | source=("${pkgname}::git+https://github.com/nbs-system/${pkgname}.git") |
| 11 | md5sums=('SKIP') | 12 | md5sums=('SKIP') |
| 12 | 13 | ||
| 13 | pkgver() { | 14 | pkgver() { |
