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

Gaëtan Bisson bisson at archlinux.org
Sat Dec 22 20:48:19 UTC 2018


    Date: Saturday, December 22, 2018 @ 20:48:19
  Author: bisson
Revision: 417565

disable autoupdate as per FS#60876

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-22 18:27:43 UTC (rev 417564)
+++ PKGBUILD	2018-12-22 20:48:19 UTC (rev 417565)
@@ -20,7 +20,7 @@
 build() {
 	cd "${srcdir}/picard-release-${pkgver}"
 	sed "s/‘/'/g" -i setup.cfg
-	python setup.py config
+	python setup.py config --disable-autoupdate
 }
 
 package() {



More information about the arch-commits mailing list