diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 14:28:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:43 +0000 |
commit | de955148c1efc4f9734198bb4774d84de557c934 (patch) | |
tree | 03914616ee4eec43c9bc2510f40e56689f4cfd37 /testing/shiboken2 | |
parent | 62c148d8f1a116d63fe3a4249a907351c33859ae (diff) | |
download | aports-de955148c1efc4f9734198bb4774d84de557c934.tar.bz2 aports-de955148c1efc4f9734198bb4774d84de557c934.tar.xz |
testing/shiboken2: rebuild against python 3.8
Diffstat (limited to 'testing/shiboken2')
-rw-r--r-- | testing/shiboken2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/shiboken2/APKBUILD b/testing/shiboken2/APKBUILD index 0225feae1d..9540121cfc 100644 --- a/testing/shiboken2/APKBUILD +++ b/testing/shiboken2/APKBUILD @@ -3,7 +3,7 @@ pkgname=shiboken2 _pkgname=pyside-setup-everywhere-src pkgver=5.12.5 -pkgrel=1 +pkgrel=2 pkgdesc="CPython bindings generator for C++ libraries" url="https://wiki.qt.io/Qt_for_Python/Shiboken" arch="all" |