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

Antonio Rojas arojas at archlinux.org
Mon Nov 4 20:25:51 UTC 2019


    Date: Monday, November 4, 2019 @ 20:25:51
  Author: arojas
Revision: 524124

Fix linking with python 3.8

Modified:
  eolie/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 20:00:25 UTC (rev 524123)
+++ PKGBUILD	2019-11-04 20:25:51 UTC (rev 524124)
@@ -30,6 +30,8 @@
 	cd $pkgname
 	git config submodule.subprojects/po.url "$srcdir/eolie-po"
 	git submodule update --init
+
+  sed -e "s|'python3'|'python3-embed'|" -i python-webextension/meson.build # Fix linking with python 3.8
 }
 
 build() {



More information about the arch-commits mailing list