qt5-qtwebchannel: fix dependency
qt5-websockets has been renamed to qt5-qtwebsockets in Alpine.
This commit is contained in:
parent
f43151c365
commit
b73ad9e455
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue