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

Caleb Maclennan alerque at gemini.archlinux.org
Fri Mar 18 17:13:51 UTC 2022


    Date: Friday, March 18, 2022 @ 17:13:50
  Author: alerque
Revision: 1158716

upgpkg: nextcloud-client 2:3.4.4-2

Modified:
  nextcloud-client/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-18 17:13:04 UTC (rev 1158715)
+++ PKGBUILD	2022-03-18 17:13:50 UTC (rev 1158716)
@@ -1,3 +1,4 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
 # Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
 # Contributor: Tyler Dence <tyzoid at archlinux32.org>
 # Contributor: Konstantin Shalygin <k0ste at k0ste.ru>
@@ -10,9 +11,9 @@
 epoch=2
 # Upstream does not provide signed tarballs (yet)
 # https://github.com/nextcloud/desktop/issues/1510
-pkgver=3.4.3
+pkgver=3.4.4
 # curl https://api.github.com/repos/nextcloud/desktop/git/ref/tags/v$pkgver | jq -r .object.sha
-_tag=ccecf4424f4f0984b5a10870d4dab5f4d91544d4
+_tag=3f54326388167766db182c46ab2d310b710881be
 pkgrel=2
 arch=(x86_64)
 url='https://nextcloud.com/'
@@ -39,7 +40,12 @@
 
 prepare() {
   # tmpdir for check()
-  mkdir tmpdir
+  mkdir -p tmpdir
+  cd $pkgbase
+  # Monkey patch that can work around infinite loop when using bulk upload
+  # feature, also disabled in server v23.0.3
+  # https://github.com/nextcloud/desktop/issues/4241
+  # sed -i -e '221s/_.*/false;/' src/libsync/capabilities.cpp
 }
 
 build() {



More information about the arch-commits mailing list