[arch-commits] Commit in nextcloud-client/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Wed Nov 6 02:17:20 UTC 2019


    Date: Wednesday, November 6, 2019 @ 02:17:19
  Author: yan12125
Revision: 524253

upgpkg: nextcloud-client 2.6.1-2; 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=3023a05b388797cf60e81e80c5f20a72c695dd7b
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.

Modified:
  nextcloud-client/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-06 01:24:00 UTC (rev 524252)
+++ PKGBUILD	2019-11-06 02:17:19 UTC (rev 524253)
@@ -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 @@
   '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



More information about the arch-commits mailing list