Date: Saturday, October 26, 2019 @ 03:54:16
  Author: foutrelis
Revision: 365744

Fix build with Python 3.8

Modified:
  libplist/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-10-26 03:43:27 UTC (rev 365743)
+++ PKGBUILD    2019-10-26 03:54:16 UTC (rev 365744)
@@ -28,6 +28,8 @@
 
 prepare() {
   cd $pkgname
+  # Update ac_python_devel.m4 to newer ax_python_devel.m4
+  git cherry-pick -n 42bb64ba96
   NOCONFIGURE=1 ./autogen.sh
 }
 

Reply via email to