aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-05-18 10:11:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-05-18 10:11:37 +0000
commitd705d29ccc2cde82ab464d24295b8cf97b512dd5 (patch)
tree8870b2dfb3929cbfcb6b9f82ed2c61aafe16bd84
parentcb4ce0f86110e32c9f56db228f2eb8a9c9a75162 (diff)
community/qt5-qtwebchannel: fix makedepends
qt5-webchannel was renamed to qt5-qtwebchannel
-rw-r--r--community/qt5-qtwebchannel/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/qt5-qtwebchannel/APKBUILD b/community/qt5-qtwebchannel/APKBUILD
index b129cbb3280..a90528c5ebb 100644
--- a/community/qt5-qtwebchannel/APKBUILD
+++ b/community/qt5-qtwebchannel/APKBUILD
@@ -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