author | Antonio Rojas
<arojas@archlinux.org> 2022-05-18 20:32:29 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-05-18 20:32:29 UTC |
parent | 120bcca6fd5f40068414968eb80ceade138992df |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index db9acfc..d3ddbee 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,7 +14,7 @@ epoch=2 pkgver=3.5.1 # curl https://api.github.com/repos/nextcloud/desktop/git/ref/tags/v$pkgver | jq -r .object.sha _tag=0c9c30b94b3e33f4e954a951214a4145dd690332 -pkgrel=1 +pkgrel=2 arch=(x86_64) url='https://nextcloud.com/' license=(GPL) @@ -61,6 +61,7 @@ build() { -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DWITH_CRASHREPORTER=OFF \ + -DBUILD_UPDATER=OFF \ -DUNIT_TESTING=ON \ -DPLUGINDIR=lib/qt/plugins # Fix vfs plugin install dir https://github.com/nextcloud/desktop/issues/3781#issuecomment-918918320