aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-01-24 16:41:03 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-01-24 17:27:52 +0100
commitf199b7097f3ed50a34db3be8ebf81ba8a7dc0f6b (patch)
tree4886b57f1909c530ce8d2a8da3d29fd19446033b /community/nextcloud
parente15cebd4ac25789ed1ee559e57f68b990774c448 (diff)
downloadaports-f199b7097f3ed50a34db3be8ebf81ba8a7dc0f6b.tar.bz2
aports-f199b7097f3ed50a34db3be8ebf81ba8a7dc0f6b.tar.xz
community/nextcloud: add php7-pcntl to dependencies
$ ./occ check The process control (PCNTL) extensions are required in case you want to interrupt long running commands - see http://php.net/manual/en/book.pcntl.php
Diffstat (limited to 'community/nextcloud')
-rw-r--r--community/nextcloud/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/nextcloud/APKBUILD b/community/nextcloud/APKBUILD
index 13af05f7f5..211d2bb62f 100644
--- a/community/nextcloud/APKBUILD
+++ b/community/nextcloud/APKBUILD
@@ -3,14 +3,14 @@
pkgname=nextcloud
_pkgver="13.0.0RC2"
pkgver=${_pkgver/RC/_rc}
-pkgrel=1
+pkgrel=2
pkgdesc="A safe home for all your data"
url="http://nextcloud.com"
arch="noarch"
license="AGPL-3.0-only"
_php=php7
_php_mods="-ctype -curl -dom -gd -fileinfo -iconv -json -mbstring -openssl
- -posix -session -simplexml -xml -xmlreader -xmlwriter -zlib -zip"
+ -pcntl -posix -session -simplexml -xml -xmlreader -xmlwriter -zlib -zip"
depends="ca-certificates $_php ${_php_mods//-/$_php-}"
makedepends="xmlstarlet"
provides="$pkgname-dav=$pkgver-r$pkgrel