diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-29 11:02:23 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-29 19:29:10 +0200 |
commit | 82f675ed18832482dc1c37962ab4b7864bbf84a5 (patch) | |
tree | 9bec1439b51eeca9ba4278c0b4bc899fb54b6261 | |
parent | 0de1569c8cd421490fbcd3066d4416689aee1f91 (diff) | |
download | aports-82f675ed18832482dc1c37962ab4b7864bbf84a5.tar.bz2 aports-82f675ed18832482dc1c37962ab4b7864bbf84a5.tar.xz |
testing/shiboken2: rebuild against clang10
-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 9e81d581e0..b4d339082f 100644 --- a/testing/shiboken2/APKBUILD +++ b/testing/shiboken2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=shiboken2 pkgver=5.14.1 -pkgrel=0 +pkgrel=1 pkgdesc="CPython bindings generator for C++ libraries" url="https://wiki.qt.io/Qt_for_Python/Shiboken" arch="all !armhf" # qt5-qtxmlpatterns -> qt5-qtdeclarative |