From 458bba3b86d83d4287773cfd253cede738be897f Mon Sep 17 00:00:00 2001 From: Gennady Feldman Date: Sat, 29 Oct 2016 01:30:20 +0000 Subject: [PATCH] testing/php7-gmagick: fix broken package, missing variable _pkgreal --- testing/php7-gmagick/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/php7-gmagick/APKBUILD b/testing/php7-gmagick/APKBUILD index f8c04210ca6..800a7aa0657 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"