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

Antonio Rojas arojas at archlinux.org
Wed Nov 6 22:32:03 UTC 2019


    Date: Wednesday, November 6, 2019 @ 22:32:03
  Author: arojas
Revision: 524428

Fix linking to python 3.8

Modified:
  radare2-cutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-06 22:19:37 UTC (rev 524427)
+++ PKGBUILD	2019-11-06 22:32:03 UTC (rev 524428)
@@ -22,6 +22,10 @@
   git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
+prepare() {
+  sed -e 's|PKGCONFIG += python3|PKGCONFIG += python3-embed|' -i $pkgname/src/Cutter.pro # Fix linking to python 3.8
+}
+
 build() {
   mkdir -p ${pkgname}/build
   cd ${pkgname}/build



More information about the arch-commits mailing list