diff options
Diffstat (limited to 'community/php7-amqp')
-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" |