Skip to content
Snippets Groups Projects
Commit 227be374 authored by Andy Postnikov's avatar Andy Postnikov
Browse files

community/nextcloud: fix php dependencies

Closes #9545
parent 34a8dbf5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment