diff options
Diffstat (limited to 'libre/nextcloud-client/PKGBUILD')
-rw-r--r-- | libre/nextcloud-client/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libre/nextcloud-client/PKGBUILD b/libre/nextcloud-client/PKGBUILD index 36df69a52..c1ca0c67d 100644 --- a/libre/nextcloud-client/PKGBUILD +++ b/libre/nextcloud-client/PKGBUILD @@ -1,11 +1,12 @@ -# Maintainer (Arch): Chih-Hsuan Yen <yan12125@archlinux.org> -# Contributor (Arch): Tyler Dence <tyzoid@archlinux32.org> -# Contributor (Arch): Konstantin Shalygin <k0ste@k0ste.ru> +# Maintainer (arch): Chih-Hsuan Yen <yan12125@archlinux.org> +# Contributor: Tyler Dence <tyzoid@archlinux32.org> +# Contributor: Konstantin Shalygin <k0ste@k0ste.ru> # Maintainer: David P. <megver83@parabola.nu> + # parabola changes and rationale: -# - removed qt5-webengine dependency -# - no changes necessary - simply rebuild without qt5-webengine in the environment +# - build without qt5-webengine + pkgbase=nextcloud-client # Put config files for libcloudproviders integration in a separate package as @@ -82,7 +83,6 @@ check() { package_nextcloud-client() { pkgdesc='Nextcloud desktop client' - pkgdesc+=', without nonfree qt5-webengine dependency' depends=(openssl sqlite qtkeychain-qt5 qt5-svg qt5-websockets xdg-utils libcloudproviders qt5-graphicaleffects qt5-quickcontrols2) optdepends=( |