aboutsummaryrefslogtreecommitdiffstats
path: root/main/qt5-qtwebkit
diff options
context:
space:
mode:
Diffstat (limited to 'main/qt5-qtwebkit')
-rw-r--r--main/qt5-qtwebkit/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/qt5-qtwebkit/APKBUILD b/main/qt5-qtwebkit/APKBUILD
index d9b2852c20..cce6cd2833 100644
--- a/main/qt5-qtwebkit/APKBUILD
+++ b/main/qt5-qtwebkit/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=qt5-qtwebkit
pkgver=5.4.1
-pkgrel=0
+pkgrel=1
pkgdesc="Qt5 - QtWebKit components"
url="http://qt-project.org/"
arch="all"
@@ -62,7 +62,7 @@ prepare() {
build() {
cd "$_builddir"
- qmake && make || return 1
+ qmake-qt5 && make || return 1
}
package() {