diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-11-28 17:58:05 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-11-28 17:58:05 +0000 |
commit | cb6c628ddf31285b62bdaf9ba974c4459a973e09 (patch) | |
tree | 5d9e898ce70fbecbf12c7c7e1e5094b51a92c65e | |
parent | 13068988ec74ce384b42e7dac9f0fba8169c633e (diff) | |
download | aports-cb6c628ddf31285b62bdaf9ba974c4459a973e09.tar.bz2 aports-cb6c628ddf31285b62bdaf9ba974c4459a973e09.tar.xz |
community/php7-pecl-imagick: bump pkgrel
bump due to the imagemagick upgrade:
a41c5e6f5a7f82846e538db9ea9f97ebc37a4512
-rw-r--r-- | community/php7-pecl-imagick/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/php7-pecl-imagick/APKBUILD b/community/php7-pecl-imagick/APKBUILD index 91d61382cc..d880aafe3e 100644 --- a/community/php7-pecl-imagick/APKBUILD +++ b/community/php7-pecl-imagick/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7-pecl-imagick _pkgreal=imagick pkgver=3.4.4 -pkgrel=1 +pkgrel=2 pkgdesc="PHP extension provides a wrapper to the ImageMagick library - PECL" url="https://pecl.php.net/package/imagick" arch="all" |