qt5-qtwebchannel: fix dependency

qt5-websockets has been renamed to qt5-qtwebsockets in Alpine.
This commit is contained in:
Oliver Smith 2018-05-02 20:23:19 +02:00
parent 676d22fd8a
commit 0af81edd44
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@ _ver=${_pkgver/_/-}
_ver=${_ver/beta0/beta}
_ver=${_ver/rc0/rc}
_V=${_ver/rc/RC}
pkgrel=1
pkgrel=2
pkgdesc="library for seamless integration of C++ +and QML applications with HTML/JavaScript clients."
url="http://qt-project.org/"
arch="all"
license="LGPLv2 with exceptions or GPLv3 with exceptions"
options="!check" #upstream does not provide check
depends="qt5-qtdeclarative qt5-qtquickcontrols2-dev"
makedepends="qt5-qtbase-dev qt5-websockets-dev qt5-qtdeclarative-dev qt5-qtquickcontrols2-dev"
makedepends="qt5-qtbase-dev qt5-qtwebsockets-dev qt5-qtdeclarative-dev qt5-qtquickcontrols2-dev"
subpackages="$pkgname-dev"
case $_pkgver in