mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/qt5-qtwebchannel: fix makedepends
qt5-webchannel was renamed to qt5-qtwebchannel
This commit is contained in:
parent
cb4ce0f861
commit
d705d29ccc
@ -13,7 +13,7 @@ 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 qt5-qtdeclarative-dev"
|
||||
makedepends="qt5-qtbase-dev qt5-qtwebsockets-dev qt5-qtdeclarative-dev"
|
||||
subpackages="$pkgname-dev"
|
||||
|
||||
case $pkgver in
|
||||
|
Loading…
Reference in New Issue
Block a user