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

Antonio Rojas arojas at archlinux.org
Thu Dec 19 15:28:57 UTC 2019


    Date: Thursday, December 19, 2019 @ 15:28:57
  Author: arojas
Revision: 371850

Update to 5.14.0

Modified:
  shiboken2/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-19 14:45:58 UTC (rev 371849)
+++ PKGBUILD	2019-12-19 15:28:57 UTC (rev 371850)
@@ -3,10 +3,10 @@
 
 pkgbase=shiboken2
 pkgname=(shiboken2 python-shiboken2)
-_qtver=5.13.2
+_qtver=5.14.0
 _clangver=9.0.0
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=(x86_64)
 url='https://www.qt.io'
 license=(GPL2 LGPL)
@@ -14,12 +14,10 @@
 makedepends=(clang llvm cmake libxslt qt5-xmlpatterns python-sphinx)
 _pkgfqn=pyside-setup-opensource-src-${_qtver}
 source=("https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/${_pkgfqn}.tar.xz")
-sha256sums=('3e255d64df08880d0281ebe86009d5ea45f24332b308954d967c33995f75e543')
+sha256sums=('8c2ad1901a99165ed7bac8f522ee351ae3ebadd580024248f5a1db52e4a94b30')
 
 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