diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-22 21:57:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-12-22 21:57:23 +0000 |
commit | eeb2c3561a1bf134710c37e737624c76e5057494 (patch) | |
tree | 9293964c1cfe19c6286d18d855e5f3e516378e01 /community/php5-imagick | |
parent | 26766bf9d25397508131386f6db9d727b684a473 (diff) | |
download | aports-eeb2c3561a1bf134710c37e737624c76e5057494.tar.bz2 aports-eeb2c3561a1bf134710c37e737624c76e5057494.tar.xz |
community/php5-imagick: rebuild against new imagemagick ABI
Diffstat (limited to 'community/php5-imagick')
-rw-r--r-- | community/php5-imagick/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php5-imagick/APKBUILD b/community/php5-imagick/APKBUILD index 63ceb7b48d..c01dd12687 100644 --- a/community/php5-imagick/APKBUILD +++ b/community/php5-imagick/APKBUILD @@ -4,7 +4,7 @@ _php=php5 pkgname=${_php}-imagick _pkgreal=imagick pkgver=3.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="PHP bindings to the ImageMagick library." url="http://pecl.php.net/package/imagick" arch="all" |