From 36a9e41e3cb44781d54bfd70c8468db68ef1cfe3 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Thu, 22 Dec 2016 06:10:57 +0000 Subject: community/php7: fix php7-common having a dependency on itself --- community/php7/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'community/php7') diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 5e68de3236..044bd1f7d8 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7 _pkgreal=php pkgver=7.0.14 -pkgrel=3 +pkgrel=4 pkgdesc="The PHP language runtime engine - 7th branch" url="http://www.php.net/" arch="all" @@ -296,6 +296,7 @@ pear() { common() { pkgdesc="$pkgdesc (common config)" + depends="" mkdir -p "$subpkgdir"/usr mv "$pkgdir"/usr/lib "$subpkgdir"/usr/ || return 1 -- cgit v1.2.3