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

Antonio Rojas arojas at gemini.archlinux.org
Wed May 18 20:32:29 UTC 2022


    Date: Wednesday, May 18, 2022 @ 20:32:29
  Author: arojas
Revision: 1209144

Disable updater (FS#74788)

Modified:
  nextcloud-client/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-18 20:02:49 UTC (rev 1209143)
+++ PKGBUILD	2022-05-18 20:32:29 UTC (rev 1209144)
@@ -14,7 +14,7 @@
 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 @@
     -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
 



More information about the arch-commits mailing list