diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-01-29 15:28:33 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-01-29 15:28:33 +0000 |
commit | de862c10763eb0726a5841045b98e22731aaf4a0 (patch) | |
tree | 3121de8cbb9b296ca58e0420284774d6debe137d /community/php7-imagick | |
parent | 5f82755c24aa4191786e0f0e12bcbf4aa198f92d (diff) | |
download | aports-de862c10763eb0726a5841045b98e22731aaf4a0.tar.bz2 aports-de862c10763eb0726a5841045b98e22731aaf4a0.tar.xz |
community/php7-imagick: rebuild against new imagemagick version
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 74db36bb0c..3e2c52d7bb 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=3 +pkgrel=4 _phpver=${pkgname#php} _phpver=${_phpver%%-*} pkgdesc="PHP$_phpver extension: Provides a wrapper to the ImageMagick library" |