diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-10-09 15:09:39 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-10-11 22:23:28 +0300 |
commit | 227be3749a368e6a4183e4c01476e5d162a716ba (patch) | |
tree | d05e699537fdfe23cf8375ec45aba013c4d3c045 /community/nextcloud/APKBUILD | |
parent | 34a8dbf55e4cd25820def13a742ee16050c8d223 (diff) | |
download | aports-227be3749a368e6a4183e4c01476e5d162a716ba.tar.bz2 aports-227be3749a368e6a4183e4c01476e5d162a716ba.tar.xz |
community/nextcloud: fix php dependencies
Closes #9545
Diffstat (limited to 'community/nextcloud/APKBUILD')
-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 447bb13fb8..6ca041eec5 100644 --- a/community/nextcloud/APKBUILD +++ b/community/nextcloud/APKBUILD @@ -8,8 +8,8 @@ url="http://nextcloud.com" arch="noarch" license="AGPL-3.0-only" _php=php7 -_php_mods="-ctype -curl -dom -gd -fileinfo -iconv -json -mbstring -openssl - -pcntl -posix -session -simplexml -xml -xmlreader -xmlwriter -zlib -zip" +_php_mods="-ctype -curl -dom -gd -fileinfo -iconv -intl -json -mbstring -openssl + -pcntl -posix -session -simplexml -xml -xmlreader -xmlwriter -zip" depends="ca-certificates $_php ${_php_mods//-/$_php-}" makedepends="xmlstarlet" provides="$pkgname-dav=$pkgver-r$pkgrel |