diff options
Diffstat (limited to 'community/php7-pecl-apcu/APKBUILD')
-rw-r--r-- | community/php7-pecl-apcu/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/php7-pecl-apcu/APKBUILD b/community/php7-pecl-apcu/APKBUILD index a4a41d7cf2..2c259e04b3 100644 --- a/community/php7-pecl-apcu/APKBUILD +++ b/community/php7-pecl-apcu/APKBUILD @@ -2,15 +2,14 @@ # Maintainer: Carlo Landmeter <clandmeter@gmail.com> pkgname=php7-pecl-apcu _pkgreal=apcu -# release 5 is php7+ pkgver=5.1.17 -pkgrel=0 +pkgrel=1 pkgdesc="PHP extension APC User Cache - PECL" url="https://pecl.php.net/package/apcu" arch="all" license="PHP-3.01" depends="php7-common" -makedepends="pcre-dev php7-dev autoconf re2c" +makedepends="pcre2-dev php7-dev autoconf re2c" source="https://pecl.php.net/get/$_pkgreal-$pkgver.tgz" builddir="$srcdir/$_pkgreal-$pkgver" provides="php7-apcu=$pkgver-r$pkgrel" # for backward compatibility |