aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-gmagick
diff options
context:
space:
mode:
authorGennady Feldman <gena01@gmail.com>2016-10-29 01:30:20 +0000
committerJakub Jirutka <jakub@jirutka.cz>2016-10-29 04:17:43 +0200
commit458bba3b86d83d4287773cfd253cede738be897f (patch)
tree3000bc19d44f47d74a587264471c85d65bc9117e /testing/php7-gmagick
parent89ef1d71b2c46bcb68750b66c46736492dc3694e (diff)
downloadaports-458bba3b86d83d4287773cfd253cede738be897f.tar.bz2
aports-458bba3b86d83d4287773cfd253cede738be897f.tar.xz
testing/php7-gmagick: fix broken package, missing variable _pkgreal
Diffstat (limited to 'testing/php7-gmagick')
-rw-r--r--testing/php7-gmagick/APKBUILD3
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"