author | Caleb Maclennan
<alerque@archlinux.org> 2024-04-24 09:04:09 UTC |
committer | Caleb Maclennan
<alerque@archlinux.org> 2024-04-24 09:04:09 UTC |
parent | 22c3122f3629eab108f12879da30f2c9b33715e1 |
.SRCINFO | +3 | -2 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index c462d19..c008257 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = nextcloud-client pkgdesc = Nextcloud desktop client pkgver = 3.13.0 - pkgrel = 1 + pkgrel = 2 epoch = 2 url = https://nextcloud.com/ arch = x86_64 @@ -16,6 +16,7 @@ pkgbase = nextcloud-client makedepends = qt5-tools depends = hicolor-icon-theme depends = karchive5 + depends = kguiaddons5 depends = libcloudproviders depends = openssl depends = qt5-graphicaleffects @@ -27,7 +28,7 @@ pkgbase = nextcloud-client depends = qtkeychain-qt5 depends = sqlite depends = xdg-utils - optdepends = kio5: integration with Dolphin + optdepends = kio: integration with Dolphin optdepends = nemo-python: integration with Nemo optdepends = python-nautilus: integration with Nautilus optdepends = python-caja: integration with Caja diff --git a/PKGBUILD b/PKGBUILD index a775ff5..0f26e5a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -16,7 +16,7 @@ pkgname=nextcloud-client pkgdesc='Nextcloud desktop client' epoch=2 pkgver=3.13.0 -pkgrel=1 +pkgrel=2 arch=(x86_64) url='https://nextcloud.com/' _url=https://github.com/nextcloud/desktop