diff options
author | Orson Teodoro <orsonteodoro@hotmail.com> | 2018-02-17 18:19:53 -0800 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-28 14:03:57 +0000 |
commit | 930b767c25fcd95507114f74e20cca11bad49a9e (patch) | |
tree | 62d6d4da8bc1741cfc4b1b1fe2f421a71e7e8f31 /testing/qt5-qtwebchannel/APKBUILD | |
parent | e408a1ad1a359d037188ea51cc2b0aa052218846 (diff) | |
download | aports-930b767c25fcd95507114f74e20cca11bad49a9e.tar.bz2 aports-930b767c25fcd95507114f74e20cca11bad49a9e.tar.xz |
testing/qt5-qtwebchannel: need qml for PyQT
Diffstat (limited to 'testing/qt5-qtwebchannel/APKBUILD')
-rw-r--r-- | testing/qt5-qtwebchannel/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/qt5-qtwebchannel/APKBUILD b/testing/qt5-qtwebchannel/APKBUILD index de20d7bbf4..0a2cad44ca 100644 --- a/testing/qt5-qtwebchannel/APKBUILD +++ b/testing/qt5-qtwebchannel/APKBUILD @@ -7,13 +7,13 @@ _ver=${pkgver/_/-} _ver=${_ver/beta0/beta} _ver=${_ver/rc0/rc} _V=${_ver/rc/RC} -pkgrel=0 +pkgrel=1 pkgdesc="library for seamless integration of C++ +and QML applications with HTML/JavaScript clients." url="http://qt-project.org/" arch="all" license="LGPL-2.0 with exceptions or GPL-3.0 with exceptions" options="!check" #upstream does not provide check -makedepends="qt5-qtbase-dev qt5-websockets-dev" +makedepends="qt5-qtbase-dev qt5-websockets-dev qt5-qtdeclarative-dev" subpackages="$pkgname-dev" case $pkgver in |