diff options
author | TBK <tbk@jjtc.dk> | 2018-03-21 03:14:00 +0100 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-03-31 01:51:44 +0300 |
commit | 71e8594f9a16052d1650e187dbac1189ee5d47e1 (patch) | |
tree | 74d55145eac869a8db78af389aa036030724397c /community/php7-amqp/APKBUILD | |
parent | 5f871566ea0b505c40bb1eb491b3a9ede4e3ba0c (diff) | |
download | aports-71e8594f9a16052d1650e187dbac1189ee5d47e1.tar.bz2 aports-71e8594f9a16052d1650e187dbac1189ee5d47e1.tar.xz |
community/php7-amqp: rebuild against php 7.2.4
Diffstat (limited to 'community/php7-amqp/APKBUILD')
-rw-r--r-- | community/php7-amqp/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7-amqp/APKBUILD b/community/php7-amqp/APKBUILD index 7f9fa5ada7..6762486773 100644 --- a/community/php7-amqp/APKBUILD +++ b/community/php7-amqp/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7-amqp _pkgreal=amqp pkgver=1.9.3 -pkgrel=0 +pkgrel=1 _phpver=${pkgname#php} _phpver=${_phpver%%-*} pkgdesc="PHP$_phpver extension: Communicate with any AMQP compliant server" |