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

Antonio Rojas arojas at archlinux.org
Wed Nov 6 22:31:04 UTC 2019


    Date: Wednesday, November 6, 2019 @ 22:31:03
  Author: arojas
Revision: 366891

Pretend to support python 3.8

Modified:
  shiboken2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-06 21:05:56 UTC (rev 366890)
+++ PKGBUILD	2019-11-06 22:31:03 UTC (rev 366891)
@@ -6,7 +6,7 @@
 _qtver=5.13.2
 _clangver=9.0.0
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL2 LGPL)
@@ -18,6 +18,8 @@
 
 prepare() {
   mkdir -p build
+
+  sed -e 's|0307FFFF|0308FFFF|' -i $_pkgfqn/sources/shiboken2/libshiboken/pep384impl.h # Support python 3.8
 }
 
 build() {



More information about the arch-commits mailing list