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

Antonio Rojas arojas at archlinux.org
Thu Jan 14 07:35:45 UTC 2021


    Date: Thursday, January 14, 2021 @ 07:35:45
  Author: arojas
Revision: 406228

Remove broken script that conflicts with shiboken6 (FS#69319)

Modified:
  shiboken2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-14 07:03:48 UTC (rev 406227)
+++ PKGBUILD	2021-01-14 07:35:45 UTC (rev 406228)
@@ -6,7 +6,7 @@
 _qtver=5.15.2
 _clangver=11.0.1
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL2 LGPL)
@@ -30,6 +30,8 @@
   DESTDIR="$pkgdir" cmake --install build
 # Provided in python-shiboken2
   rm -r "$pkgdir"/usr/lib/{python*,libshiboken*}
+# Conflicts with shiboken6 and doesn't work anyway
+  rm "$pkgdir"/usr/bin/shiboken_tool.py
 }
 
 package_python-shiboken2() {



More information about the arch-commits mailing list