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 <[email protected]> # Maintainer: Chih-Hsuan Yen <[email protected]> # Contributor: Tyler Dence <[email protected]> # Contributor: Konstantin Shalygin <[email protected]> @@ -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() {
