git » nextcloud-client.git » commit 835d79a

fixing optdepends

author Chih-Hsuan Yen
2019-11-06 02:17:19 UTC
committer Chih-Hsuan Yen
2019-11-06 02:17:19 UTC
parent b5ab7f1dfa658a3bb3f6e14cbb34079837ea675f

fixing optdepends

It was changed from python2-caja to python-caja by cesura in
https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/nextcloud-client&id=335859ce3fcf9a6b84795a86f63a1599d310c319
However, python-caja does not appear to be in official repositories. I noticed
this and mailed cesura a few days ago but haven't got a reply, so reverting it for now.

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index de76aab..2db902e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 pkgname=nextcloud-client
 pkgver=2.6.1
 _commit=5adbc01ef138efd252c5c8c340f57dae0b34d8b9
-pkgrel=1
+pkgrel=2
 pkgdesc='Nextcloud desktop client'
 arch=(x86_64)
 url='https://nextcloud.com/'
@@ -16,7 +16,7 @@ optdepends=(
   'kio: integration with Dolphin'
   'nemo-python: integration with Nemo'
   'python-nautilus: integration with Nautilus'
-  'python-caja: integration with Caja'
+  'python2-caja: integration with Caja'
 )
 source=("$pkgname::git+https://github.com/nextcloud/desktop.git?signed#commit=$_commit"
         issue1458-workaround.patch::https://github.com/yan12125/desktop/commit/7da680ef7843a52c3136916744f50d4a003bb8b5.patch