summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2018-02-03 04:36:26 +0100
committerPier Luigi Fiorini2018-02-03 04:36:26 +0100
commitcb71156b8077434a55ecdb5d7ff018e096ffa963 (patch)
treef7155a441b5a01f347e9ef2710d409373e7c7335
parent8ab05428c58a6606350ddb4d5ee4350c16c0839b (diff)
downloadaur-cb71156b8077434a55ecdb5d7ff018e096ffa963.tar.gz
Change build arguments
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6cab8301444..ad76e04033b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 14 11:57:28 UTC 2017
+# Sat Feb 3 03:36:26 UTC 2018
pkgbase = vibe-git
pkgdesc = A collection of QML plugins used throughout Liri
pkgver = 20171012.212.a50778a
diff --git a/PKGBUILD b/PKGBUILD
index a48f47d3a306..5293e2db92c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,9 @@ build() {
qbs setup-toolchains --type gcc /usr/bin/g++ gcc
qbs setup-qt /usr/bin/qmake-qt5 qt5
qbs config profiles.qt5.baseProfile gcc
- qbs build --no-install -d build profile:qt5 qbs.installRoot:/ qbs.installPrefix:usr modules.lirideployment.qmlDir:lib/qt/qml
+ qbs build --no-install -d build profile:qt5 \
+ modules.lirideployment.prefix:/usr \
+ modules.lirideployment.qmlDir:/usr/lib/qt/qml
}
package() {