mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
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
This commit is contained in:
parent
e15cebd4ac
commit
f199b7097f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user