git » nextcloud-client.git » commit 5ee5e95

Replace python2-caja optional dependency with python-caja

author Balló György
2020-07-19 08:49:10 UTC
committer Balló György
2020-07-19 08:49:10 UTC
parent aaa34fe8f76e2a171519c969d0b58a634b85e0af

Replace python2-caja optional dependency with python-caja

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 3f2fcb1..8f2f628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=nextcloud-client
 # https://github.com/nextcloud/desktop/issues/236#issuecomment-540538247
 pkgver=2.6.5
 _commit=adada8b2eecd65d7a587b6abe0ae2aabca9a0b75
-pkgrel=1
+pkgrel=2
 pkgdesc='Nextcloud desktop client'
 arch=(x86_64)
 url='https://nextcloud.com/'
@@ -18,7 +18,7 @@ optdepends=(
   'kio: integration with Dolphin'
   'nemo-python: integration with Nemo'
   'python-nautilus: integration with Nautilus'
-  'python2-caja: integration with Caja'
+  'python-caja: integration with Caja'
 )
 # Remove ?signed temporarily as the tagged commit is signed by nextcloud-bot,
 # whose GPG public key is missing. See https://github.com/nextcloud/desktop/issues/2185