author | Antonio Rojas
<arojas@archlinux.org> 2021-11-30 17:37:58 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-11-30 17:37:58 UTC |
parent | ec1f242739d7ce55f5006878ca57dbca7f872c07 |
PKGBUILD | +3 | -8 |
diff --git a/PKGBUILD b/PKGBUILD index d854963..f518fee 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,9 +10,9 @@ pkgname=(nextcloud-client nextcloud-client-cloudproviders) epoch=1 # Upstream does not provide signed tarballs (yet) # https://github.com/nextcloud/desktop/issues/1510 -pkgver=3.3.6 +pkgver=3.4.0 # `git rev-parse v$pkgver` -_tag=21fc888a815471fc2b853aadff32c1c04e9e5be5 +_tag=9121a8cc9109ecc35fbade79827483f3049fef99 pkgrel=1 arch=(x86_64) url='https://nextcloud.com/' @@ -40,11 +40,6 @@ pkgver() { prepare() { # tmpdir for check() mkdir tmpdir - - # Use system GNUInstallDirs.cmake so that we can benefit from - # https://gitlab.kitware.com/cmake/cmake/merge_requests/3735 - # XXX: the following line can be removed after https://github.com/nextcloud/desktop/pull/3729 is backported - rm -v $pkgbase/cmake/modules/GNUInstallDirs.cmake } build() { @@ -71,7 +66,7 @@ check() { # 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 - 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() {