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 2206c062c51d..9f98eed753e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 14 11:56:55 UTC 2017
+# Fri Feb 2 19:06:58 UTC 2018
pkgbase = qt5-accountsservice-git
pkgdesc = Qt-style wrapper for Accounts Service
pkgver = 20170924.257.08aa699
diff --git a/PKGBUILD b/PKGBUILD
index 39246d76f760..87f07797c442 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() {