diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-18 10:11:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-18 10:11:37 +0000 |
commit | d705d29ccc2cde82ab464d24295b8cf97b512dd5 (patch) | |
tree | 8870b2dfb3929cbfcb6b9f82ed2c61aafe16bd84 /community/qt5-qtwebchannel | |
parent | cb4ce0f86110e32c9f56db228f2eb8a9c9a75162 (diff) | |
download | aports-d705d29ccc2cde82ab464d24295b8cf97b512dd5.tar.bz2 aports-d705d29ccc2cde82ab464d24295b8cf97b512dd5.tar.xz |
community/qt5-qtwebchannel: fix makedepends
qt5-webchannel was renamed to qt5-qtwebchannel
Diffstat (limited to 'community/qt5-qtwebchannel')
-rw-r--r-- | community/qt5-qtwebchannel/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/qt5-qtwebchannel/APKBUILD b/community/qt5-qtwebchannel/APKBUILD index b129cbb328..a90528c5eb 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 |