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

Antonio Rojas arojas at archlinux.org
Mon Nov 4 21:31:56 UTC 2019


    Date: Monday, November 4, 2019 @ 21:31:56
  Author: arojas
Revision: 366769

Fix build with python 3.8

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 21:31:53 UTC (rev 366768)
+++ PKGBUILD	2019-11-04 21:31:56 UTC (rev 366769)
@@ -23,6 +23,8 @@
 
 prepare() {
   cd $pkgname
+
+  git cherry-pick -n 9cb590f9804a89d8914d0d7d6c89c336f6d86d86 # Fix build with python 3.8
 }
 
 build() {



More information about the arch-commits mailing list