diff options
Diffstat (limited to 'community/nextcloud')
-rw-r--r-- | community/nextcloud/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nextcloud/APKBUILD b/community/nextcloud/APKBUILD index 303745a093..13b0b1d057 100644 --- a/community/nextcloud/APKBUILD +++ b/community/nextcloud/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> pkgname=nextcloud pkgver=12.0.0 -pkgrel=5 +pkgrel=6 pkgdesc="A safe home for all your data" url="http://nextcloud.com" arch="noarch" @@ -32,7 +32,8 @@ pkggroups="www-data" builddir="$srcdir"/$pkgname # List of bundled apps to separate into subpackages. Keep it in sync! -# Note: Don't add "files" and "dav" here, these should be always installed. +# Note: Don't add "files", "dav", and "provisioning_api" here, these should +# be always installed. _apps="activity admin_audit comments @@ -54,7 +55,6 @@ _apps="activity notifications oauth2 password_policy - provisioning_api serverinfo sharebymail survey_client |