git » keepassxc.git » commit 90042fd

Disable autoupdater, Arch takes care of updating

author Anatol Pomozov
2019-11-25 18:29:44 UTC
committer Anatol Pomozov
2019-11-25 18:29:44 UTC
parent 7280cdc17f1059c14ac5c32d04d159953d29ae3b

Disable autoupdater, Arch takes care of updating

PKGBUILD +1 -0

diff --git a/PKGBUILD b/PKGBUILD
index a82c87e..0081f05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,6 +27,7 @@ build() {
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DWITH_XC_ALL=ON \
+                -DWITH_XC_UPDATECHECK=OFF \
 		-S . -B build
 	cmake --build build
 }