diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-18 20:39:20 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-07-18 20:39:25 +0000 |
commit | 8e48ccf56d48cf6894563c061d93c91b6ccf8a52 (patch) | |
tree | e1bca44f9823868692ed5dce68079ec593713197 /testing | |
parent | 649d192863ab92ae5e946541d6ae2b2f830b64c3 (diff) | |
download | aports-8e48ccf56d48cf6894563c061d93c91b6ccf8a52.tar.bz2 aports-8e48ccf56d48cf6894563c061d93c91b6ccf8a52.tar.xz |
testing/py3-qt5: re-enable build
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-qt5/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-qt5/APKBUILD b/testing/py3-qt5/APKBUILD index 2822f39484..5b6ad72ba6 100644 --- a/testing/py3-qt5/APKBUILD +++ b/testing/py3-qt5/APKBUILD @@ -6,7 +6,7 @@ pkgver=5.6 pkgrel=0 pkgdesc="A set of Python 3 bindings for the Qt toolkit" url="http://riverbankcomputing.co.uk/software/pyqt/intro" -arch="" +arch="all" license="GPL2+" depends="py3-sip" makedepends="python3-dev py-dbus-dev qt5-qtbase-dev py3-sip-dev libx11-dev" |