diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-27 00:22:35 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-27 02:32:42 +0200 |
commit | 8e7fc822dee6c3ce7cca4b83a81020e98138dcdf (patch) | |
tree | a09d272c6e20e730fcec8ea33592d4b52c91deea /community/nextcloud | |
parent | a97de659129807997c8e6a918001287dd4ce6530 (diff) | |
download | aports-8e7fc822dee6c3ce7cca4b83a81020e98138dcdf.tar.bz2 aports-8e7fc822dee6c3ce7cca4b83a81020e98138dcdf.tar.xz |
community/nextcloud: move provisioning_api to base package
It seems that this "app" is essential, for example
settings/admin/sharing doesn't work without it (changes are never
saved).
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 |