diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-26 13:08:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-09-26 14:49:27 +0000 |
commit | 1b143b9c14f2c98ed99afaed1683bdcb321d3aaf (patch) | |
tree | ce8afccc07c58abbf2401cfa1c80430b5179c516 /community/php7-imagick | |
parent | 22e0a8904ba22bd6da3bdea30829376b4406a48d (diff) | |
download | aports-1b143b9c14f2c98ed99afaed1683bdcb321d3aaf.tar.bz2 aports-1b143b9c14f2c98ed99afaed1683bdcb321d3aaf.tar.xz |
community/php7-imagick: rebuild against imagemagick 7.0.7
Diffstat (limited to 'community/php7-imagick')
-rw-r--r-- | community/php7-imagick/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7-imagick/APKBUILD b/community/php7-imagick/APKBUILD index 4a2b576dd9..74db36bb0c 100644 --- a/community/php7-imagick/APKBUILD +++ b/community/php7-imagick/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7-imagick _pkgreal=imagick pkgver=3.4.3 -pkgrel=2 +pkgrel=3 _phpver=${pkgname#php} _phpver=${_phpver%%-*} pkgdesc="PHP$_phpver extension: Provides a wrapper to the ImageMagick library" |