diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-29 15:08:47 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-29 20:00:34 -0300 |
commit | fda44c43d77f7f045613cc358109c77fb629fbf3 (patch) | |
tree | cb448be1326f67afa9a491bfc1c8775c2f9dd651 /testing/shiboken2 | |
parent | a5d575e06eb6f18923fcd6aceca2b62ad51a6f15 (diff) | |
download | aports-fda44c43d77f7f045613cc358109c77fb629fbf3.tar.bz2 aports-fda44c43d77f7f045613cc358109c77fb629fbf3.tar.xz |
testing/shiboken2: upgrade to 5.12.4
Diffstat (limited to 'testing/shiboken2')
-rw-r--r-- | testing/shiboken2/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/shiboken2/APKBUILD b/testing/shiboken2/APKBUILD index cc0181c1f5..ceda3921e4 100644 --- a/testing/shiboken2/APKBUILD +++ b/testing/shiboken2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=shiboken2 _pkgname=pyside-setup-everywhere-src -pkgver=5.11.2 +pkgver=5.12.4 pkgrel=0 pkgdesc="CPython bindings generator for C++ libraries" url="https://wiki.qt.io/Qt_for_Python/Shiboken" @@ -17,11 +17,11 @@ makedepends=" clang-dev libxml2-dev libxslt-dev - py-numpy-dev + py3-numpy-dev " subpackages="$pkgname-doc lib$pkgname:libs lib$pkgname-dev py3-$pkgname:py3" source=" - https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-${pkgver}-src/${_pkgname}-${pkgver}.tar.xz + https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/$_pkgname-$pkgver.tar.xz musl-execinfo.patch " builddir="$srcdir/$_pkgname-$pkgver" @@ -32,7 +32,6 @@ replaces="shiboken" # For backward compatibility prepare() { mkdir build default_prepare - sed -i "/get_python_extension_suffix()/d" sources/shiboken2/CMakeLists.txt } build() { @@ -72,5 +71,5 @@ py3() { replaces="py3-shiboken" # For backward compatibility } -sha512sums="b56c93efa43caf957b5bd959401f19e15f9e87507089f01cd7dfe0dcbc9cc14cbd01befbcc961c8d30f51496c162f190b1f747349f28b82d93dd49663586b801 pyside-setup-everywhere-src-5.11.2.tar.xz +sha512sums="cf836a73980dce7e1f66f061351426fbf9ede773ef94608d7ee90b2185554f333550c74c14ac572c7d0465c6aea2f793d9c6f1fe6278a73deb40e1fd6fb88076 pyside-setup-everywhere-src-5.12.4.tar.xz c894721b731e2f3819c5f985a6f9dc448e843c36d052143e34c4a7ccd7dc4599c15e0bf108a8362a9771c107bf45e1eff8d9d19a5d50318998abf10bfb7f3650 musl-execinfo.patch" |