summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/murmur/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/murmur/PKGBUILD b/community/murmur/PKGBUILD
index 8913aceec..6db2af652 100644
--- a/community/murmur/PKGBUILD
+++ b/community/murmur/PKGBUILD
@@ -34,7 +34,7 @@ md5sums=('55804e3dfe98b16eeb40abca6c254625'
build() {
cd ${srcdir}/mumble-$pkgver
- qmake main.pro CONFIG+="no-client no-ice"
+ qmake-qt4 main.pro CONFIG+="no-client no-ice"
make release
}