diff options
author | Gennady Feldman <gena01@gmail.com> | 2016-10-29 01:30:20 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-10-29 04:17:43 +0200 |
commit | 458bba3b86d83d4287773cfd253cede738be897f (patch) | |
tree | 3000bc19d44f47d74a587264471c85d65bc9117e /testing | |
parent | 89ef1d71b2c46bcb68750b66c46736492dc3694e (diff) | |
download | aports-458bba3b86d83d4287773cfd253cede738be897f.tar.bz2 aports-458bba3b86d83d4287773cfd253cede738be897f.tar.xz |
testing/php7-gmagick: fix broken package, missing variable _pkgreal
Diffstat (limited to 'testing')
-rw-r--r-- | testing/php7-gmagick/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/php7-gmagick/APKBUILD b/testing/php7-gmagick/APKBUILD index f8c04210ca..800a7aa065 100644 --- a/testing/php7-gmagick/APKBUILD +++ b/testing/php7-gmagick/APKBUILD @@ -1,9 +1,10 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> # Maintainer: Valery Kartel <valery.kartel@gmail.com> pkgname=php7-gmagick +_pkgreal=gmagick pkgver=2.0.4_rc1 _pkgver=${pkgver/_rc/RC} -pkgrel=1 +pkgrel=2 pkgdesc="PHP7 bindings to the GraphicsMagick library" url="http://pecl.php.net/package/gmagick" arch="all" |