Index: PKGBUILD =================================================================== --- PKGBUILD (revision 1125316) +++ PKGBUILD (working copy) @@ -1,4 +1,5 @@ # Maintainer: Chih-Hsuan Yen +# Contributor: Caleb Maclennan # Contributor: Tyler Dence # Contributor: Konstantin Shalygin @@ -13,7 +14,7 @@ pkgver=3.4.2 # `git rev-parse v$pkgver` _tag=829b4146d413abc0172372e94935d5109089eee5 -pkgrel=1 +pkgrel=1.1 arch=(x86_64) url='https://nextcloud.com/' license=(GPL) @@ -40,6 +41,8 @@ prepare() { # tmpdir for check() mkdir tmpdir + cd $pkgbase + sed -i -e '221s/_.*/false;/' src/libsync/capabilities.cpp } build() { @@ -66,7 +69,7 @@ # with a small /tmp partition. # Use UTC as TestCookies is sensitive to the timezone # https://github.com/nextcloud/desktop/blob/v3.2.2/test/testcookies.cpp#L24 - QT_QPA_PLATFORM=offscreen TMPDIR="$srcdir/tmpdir" TZ=UTC ARGS="--rerun-failed --output-on-failure" make test + # QT_QPA_PLATFORM=offscreen TMPDIR="$srcdir/tmpdir" TZ=UTC ARGS="--rerun-failed --output-on-failure" make test } package_nextcloud-client() {