diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-31 11:24:59 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-31 15:30:46 +0000 |
commit | b585ee9adce005afb58c71c9250a78d935777afa (patch) | |
tree | b966076be708f24354162ce45250ec155489bb16 | |
parent | 985f8b8ee0b3abe01c7a9890714613758c250aea (diff) | |
download | aports-b585ee9adce005afb58c71c9250a78d935777afa.tar.bz2 aports-b585ee9adce005afb58c71c9250a78d935777afa.tar.xz |
testing/shiboken2: upgrade to 5.14.2
-rw-r--r-- | testing/shiboken2/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/shiboken2/APKBUILD b/testing/shiboken2/APKBUILD index b4d339082f..bb2968a22a 100644 --- a/testing/shiboken2/APKBUILD +++ b/testing/shiboken2/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=shiboken2 -pkgver=5.14.1 -pkgrel=1 +pkgver=5.14.2 +pkgrel=0 pkgdesc="CPython bindings generator for C++ libraries" url="https://wiki.qt.io/Qt_for_Python/Shiboken" arch="all !armhf" # qt5-qtxmlpatterns -> qt5-qtdeclarative @@ -18,7 +18,7 @@ makedepends=" libxslt-dev py3-numpy-dev " -subpackages="$pkgname-doc lib$pkgname:libs lib$pkgname-dev py3-$pkgname:py3" +subpackages="lib$pkgname:libs lib$pkgname-dev py3-$pkgname:py3" source=" https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-$pkgver-src/pyside-setup-opensource-src-$pkgver.tar.xz musl-execinfo.patch @@ -65,5 +65,5 @@ py3() { replaces="py3-shiboken" # For backward compatibility } -sha512sums="6dfe8dc6f302a35a6448c4facb2b98d638506381638c8bda69b75a47ea6cb3168b11515faf0000dbfb5e36bfad5d14488ba5a9bd914adb3f5c38ed18714521d4 pyside-setup-opensource-src-5.14.1.tar.xz +sha512sums="6708c4ebb115119796756ccac89197e111eb27c4a91f52875da04eff4ca6f9e3fffefc18cc0219a8c3a3c81a667bf7509909a6d1d9ff1ee2cc0d957453cceffa pyside-setup-opensource-src-5.14.2.tar.xz c894721b731e2f3819c5f985a6f9dc448e843c36d052143e34c4a7ccd7dc4599c15e0bf108a8362a9771c107bf45e1eff8d9d19a5d50318998abf10bfb7f3650 musl-execinfo.patch" |