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

Antonio Rojas arojas at archlinux.org
Mon Nov 26 21:06:59 UTC 2018


    Date: Monday, November 26, 2018 @ 21:06:58
  Author: arojas
Revision: 409888

PIE rebuild

Modified:
  kupfer/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-26 21:00:31 UTC (rev 409887)
+++ PKGBUILD	2018-11-26 21:06:58 UTC (rev 409888)
@@ -5,7 +5,7 @@
 
 pkgname=kupfer
 pkgver=319
-pkgrel=2
+pkgrel=3
 pkgdesc="Launcher application written in python. Similar to Gnome-Do / Launchy"
 arch=('any')
 url="https://kupferlauncher.github.io/"
@@ -17,6 +17,11 @@
 sha256sums=('22357233984a6588a9f9743002363af38ea63b5c2684af487693a13c42973d31'
             'SKIP')
 
+prepare() {
+  cd $pkgname-v$pkgver
+  sed -e 's|raise StopIteration|return|g' -i waflib/Node.py # Fix build with Python 3.7
+}
+
 build() {
   cd $pkgname-v$pkgver
   ./waf configure --prefix=/usr \



More information about the arch-commits mailing list