aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nextcloud/APKBUILD')
-rw-r--r--community/nextcloud/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/nextcloud/APKBUILD b/community/nextcloud/APKBUILD
index eebcd1fd897..2efaf239e23 100644
--- a/community/nextcloud/APKBUILD
+++ b/community/nextcloud/APKBUILD
@@ -2,7 +2,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
pkgname=nextcloud
pkgver=16.0.0
-pkgrel=0
+pkgrel=1
pkgdesc="A safe home for all your data"
url="http://nextcloud.com"
arch="noarch"
@@ -59,6 +59,7 @@ _apps="accessibility
federation
files_external
files_pdfviewer
+ files_rightclick
files_sharing
files_texteditor
files_trashbin
@@ -70,6 +71,8 @@ _apps="accessibility
nextcloud_announcements
notifications
password_policy
+ privacy
+ recommendations
serverinfo
support
sharebymail
@@ -77,6 +80,7 @@ _apps="accessibility
systemtags
theming
user_ldap
+ viewer
"
for _i in $_apps; do
subpackages="$subpackages $pkgname-$_i:_package_app"