diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/nextcloud/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/nextcloud/APKBUILD b/community/nextcloud/APKBUILD index a3352e3e82..84a7f5f441 100644 --- a/community/nextcloud/APKBUILD +++ b/community/nextcloud/APKBUILD @@ -8,7 +8,7 @@ arch="noarch" license="AGPL" _php=php7 depends="$_php $_php-ctype $_php-curl $_php-dom $_php-gd $_php-fileinfo - $_php-iconv $_php-json $_php-mbstring $_php-openssl + $_php-iconv $_php-json $_php-mbstring $_php-openssl $_php-posix $_php-session $_php-simplexml $_php-xml $_php-xmlreader $_php-xmlwriter $_php-zlib $_php-zip " @@ -145,7 +145,7 @@ gallery() { ldap() { pkgdesc="Nextcloud LDAP auth backend support" - depends="$pkgname" + depends="$pkgname $_php-ldap" _mv_app pkg user_ldap } |