summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00f1cb4e7671..c6c942ebcc51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 14 11:57:15 UTC 2017
+# Sat Feb 3 03:12:16 UTC 2018
pkgbase = qt5-gsettings-git
pkgdesc = Qt-style wrapper for GSettings
pkgver = 20171012.81.cd3bf37
diff --git a/PKGBUILD b/PKGBUILD
index bca64702c3a0..a77e149de3eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,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() {