diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-01 23:56:17 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-02 01:53:19 +0200 |
commit | 3042fda3e7ab0f4b4d3ea879b2a088bc0c4b454a (patch) | |
tree | c06ff2adfccbe4d52e9aaeb99c2709cc7824cc2c /community/php7-apcu | |
parent | 2ebcb94d35de211f778adc2c5d2285bd3336980b (diff) | |
download | aports-3042fda3e7ab0f4b4d3ea879b2a088bc0c4b454a.tar.bz2 aports-3042fda3e7ab0f4b4d3ea879b2a088bc0c4b454a.tar.xz |
community/php7-apcu: rebuild against php7-7.1.4
Diffstat (limited to 'community/php7-apcu')
-rw-r--r-- | community/php7-apcu/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7-apcu/APKBUILD b/community/php7-apcu/APKBUILD index 2900de7b0a..07112a508a 100644 --- a/community/php7-apcu/APKBUILD +++ b/community/php7-apcu/APKBUILD @@ -4,7 +4,7 @@ pkgname=php7-apcu _pkgreal=apcu # release 5 is php7+ pkgver=5.1.8 -pkgrel=0 +pkgrel=1 pkgdesc="PHP extension APC User Cache" url="http://pecl.php.net/package/$_pkgreal" arch="all" |