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

Eli Schwartz eschwartz at archlinux.org
Sun Sep 13 04:14:20 UTC 2020


    Date: Sunday, September 13, 2020 @ 04:14:19
  Author: eschwartz
Revision: 704906

upgpkg: gufw 20.04.1-2: revert --skip-build due to causing missing files

The setup.py uses build logic to build the list of data files to install, so
none of them are installed if --skip-build is used.

Fixes FS#66468 FS#67191

Modified:
  gufw/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-13 00:19:35 UTC (rev 704905)
+++ PKGBUILD	2020-09-13 04:14:19 UTC (rev 704906)
@@ -3,7 +3,7 @@
 
 pkgname=gufw
 pkgver=20.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Uncomplicated way to manage your Linux firewall'
 url='https://gufw.org/'
 arch=('any')
@@ -30,7 +30,7 @@
   cd ${pkgname}-${pkgver}
   # required so desktop, icon and translation files get installed
   export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
+  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list