aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-06-25 01:58:50 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-06-25 02:42:48 +0200
commit75c0ec68eec739bef5606b68b288988896a3a9c7 (patch)
tree4d0c8d9c29af5d4596136406e6b461db770dc145 /community/nextcloud
parentedde9744d2bfbb742772710f4f9d07e2e184e947 (diff)
downloadaports-75c0ec68eec739bef5606b68b288988896a3a9c7.tar.bz2
aports-75c0ec68eec739bef5606b68b288988896a3a9c7.tar.xz
community/nextcloud: remove php7-opcache from -initscript's deps
Zend OPcache is only one of multiple options, someone may want to use Memcached or Redis instead of it.
Diffstat (limited to 'community/nextcloud')
-rw-r--r--community/nextcloud/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nextcloud/APKBUILD b/community/nextcloud/APKBUILD
index b3541c2a11..70364d807b 100644
--- a/community/nextcloud/APKBUILD
+++ b/community/nextcloud/APKBUILD
@@ -117,7 +117,7 @@ package() {
initscript() {
pkgdesc="Init script that runs Nextcloud with php-fpm"
- depends="$pkgname $_php-fpm $_php-opcache"
+ depends="$pkgname $_php-fpm"
install="$subpkgname.post-install"
local confdir="$subpkgdir/etc/$_php/php-fpm.d"