diff options
author | TBK <tbk@jjtc.dk> | 2018-03-26 22:41:07 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-03-31 01:51:45 +0300 |
commit | 14cda82423cfceabc2efa8baf426c45c4b3a75f2 (patch) | |
tree | f13966877b2a1a8616f279210efe8acd3ce89ec5 /testing | |
parent | 5bacf0c157e8ea57737bf104eef0194365b41e6f (diff) | |
download | aports-14cda82423cfceabc2efa8baf426c45c4b3a75f2.tar.bz2 aports-14cda82423cfceabc2efa8baf426c45c4b3a75f2.tar.xz |
testing/php7-couchbase: rebuild against php 7.2.4
Diffstat (limited to 'testing')
-rw-r--r-- | testing/php7-couchbase/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-couchbase/APKBUILD b/testing/php7-couchbase/APKBUILD index 7f50793905..dcf3d91513 100644 --- a/testing/php7-couchbase/APKBUILD +++ b/testing/php7-couchbase/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7-couchbase _pkgreal=couchbase pkgver=2.4.5 -pkgrel=0 +pkgrel=1 _phpver=${pkgname#php} _phpver=${_phpver%%-*} pkgdesc="PHP$_phpver extension for Couchbase" |