diff options
-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 |