summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2018-02-03 11:14:27 +0100
committerPier Luigi Fiorini2018-02-03 11:14:27 +0100
commit27381b9684807fb9c962816ad654f4cb081aab2e (patch)
tree25c102628bc11d158edb6d4d81060eeda76181e2
parent97f0f9834690fb5525cb96e5c7bc6c928d0e01cc (diff)
downloadaur-27381b9684807fb9c962816ad654f4cb081aab2e.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 6c123ebf1bf4..7ed44087705e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 14 11:56:42 UTC 2017
+# Sat Feb 3 10:14:26 UTC 2018
pkgbase = liri-workspace-git
pkgdesc = Liri workspace, programs and plugins
pkgver = 20171214.257.ac85c96
diff --git a/PKGBUILD b/PKGBUILD
index 1117eb488f82..fcadaebbca29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,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:lib/qt/qml
}
package() {