author | Chih-Hsuan Yen
<yan12125@archlinux.org> 2021-01-29 16:30:51 UTC |
committer | Chih-Hsuan Yen
<yan12125@archlinux.org> 2021-01-29 16:30:51 UTC |
parent | ecaeae5bcff6cff1f8e965b8ddeb87e48b8f4143 |
PKGBUILD | +6 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index c2b6e2b..53e4311 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,16 +3,19 @@ # Contributor: Konstantin Shalygin <k0ste@k0ste.ru> pkgbase=nextcloud-client +# Put config files for libcloudproviders integration in a separate package as +# there is no simple way yet to disable it. +# See: https://gitlab.gnome.org/World/libcloudproviders/-/issues/17 pkgname=(nextcloud-client nextcloud-client-cloudproviders) # Upstream does not provide signed tarballs (yet) # https://github.com/nextcloud/desktop/issues/1510 -pkgver=3.1.1 +pkgver=3.1.2 pkgrel=1 arch=(x86_64) url='https://nextcloud.com/' license=(GPL) makedepends=(libcloudproviders openssl sqlite - qt5-quickcontrols2 qt5-svg qt5-tools qt5-webengine qtkeychain + qt5-quickcontrols2 qt5-svg qt5-tools qt5-webengine qt5-websockets qtkeychain extra-cmake-modules kio cmocka doxygen git python-sphinx) source=("$pkgbase::git+https://github.com/nextcloud/desktop.git?signed#tag=v$pkgver") @@ -59,7 +62,7 @@ check() { package_nextcloud-client() { pkgdesc='Nextcloud desktop client' - depends=(openssl sqlite qtkeychain qt5-svg qt5-webengine xdg-utils libcloudproviders + depends=(openssl sqlite qtkeychain qt5-svg qt5-webengine qt5-websockets xdg-utils libcloudproviders qt5-graphicaleffects qt5-quickcontrols2) optdepends=( 'kio: integration with Dolphin'