diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/php-suhosin/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php-suhosin/APKBUILD b/testing/php-suhosin/APKBUILD index eb22cc7884..dbbcac4b6d 100644 --- a/testing/php-suhosin/APKBUILD +++ b/testing/php-suhosin/APKBUILD @@ -4,14 +4,14 @@ pkgname=php-suhosin _pkgreal=suhosin pkgver=0.9.38 _pkgver=${pkgver/_rc/RC} -pkgrel=0 +pkgrel=1 pkgdesc="PHP extension SUHOSIN, An advanced protection system for PHP installations" url="http://suhosin.org" arch="all" license="PHP" depends= pecldepends="php-dev autoconf" -makedepends="$pecldepends" +makedepends="$pecldepends re2c" install="" subpackages="" source="https://download.suhosin.org/$_pkgreal-$_pkgver.tar.gz |
