aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud/APKBUILD
diff options
context:
space:
mode:
authorSimon Frankenberger <simon@fraho.eu>2019-05-10 08:08:27 +0200
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-05-10 06:17:46 +0000
commit0cb832cfb8231716ecf5419401712a61b335f887 (patch)
treed39393edfec9817f0393bf0023fa37850c432a1c /community/nextcloud/APKBUILD
parent64d5182f7410eb336a9527d5ba770ab77908733d (diff)
community/nextcloud: Fix broken dependencies for default-apps
Fixes #10442 Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
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"