From 458bba3b86d83d4287773cfd253cede738be897f Mon Sep 17 00:00:00 2001 From: Gennady Feldman Date: Sat, 29 Oct 2016 01:30:20 +0000 Subject: testing/php7-gmagick: fix broken package, missing variable _pkgreal --- testing/php7-gmagick/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing') 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 # Maintainer: Valery Kartel 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" -- cgit v1.2.3