diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:12:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:37:51 +0000 |
commit | 8c07a1bbb55a3e27c27836dbcfaafa9042409d86 (patch) | |
tree | 75646f37d0862184038e853f960754b5acfe7758 | |
parent | 25588260132f6a3067f321cac82e2a78c1760e5e (diff) | |
download | aports-8c07a1bbb55a3e27c27836dbcfaafa9042409d86.tar.bz2 aports-8c07a1bbb55a3e27c27836dbcfaafa9042409d86.tar.xz |
community/php7-pecl-gmagick: rebuild against php 7.3
-rw-r--r-- | community/php7-pecl-gmagick/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7-pecl-gmagick/APKBUILD b/community/php7-pecl-gmagick/APKBUILD index 94fa98166c..57317b963c 100644 --- a/community/php7-pecl-gmagick/APKBUILD +++ b/community/php7-pecl-gmagick/APKBUILD @@ -4,7 +4,7 @@ pkgname=php7-pecl-gmagick _pkgreal=gmagick pkgver=2.0.5_rc1 _pkgver=${pkgver/_rc/RC} -pkgrel=4 +pkgrel=5 pkgdesc="PHP bindings to the GraphicsMagick library - PECL" url="https://pecl.php.net/package/gmagick" arch="all" |