summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2018-02-03 11:13:47 +0100
committerPier Luigi Fiorini2018-02-03 11:13:47 +0100
commitd5bb7e6af2312209ce20c15a250b1ba7e0fa9c86 (patch)
treed8ddbbac94bbd153a49cfa3164c98dea96e07ae6
parent6cc5884afa4b6195e55b2dab371921e14cc4d058 (diff)
downloadaur-d5bb7e6af2312209ce20c15a250b1ba7e0fa9c86.tar.gz
Change build arguments
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1048b078da76..1ceb051f16c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 14 11:56:30 UTC 2017
+# Sat Feb 3 10:13:46 UTC 2018
pkgbase = liri-wallpapers-git
pkgdesc = Wallpapers for Liri OS
pkgver = 20170915.30.45f24d6
diff --git a/PKGBUILD b/PKGBUILD
index b90e6266782b..cb16540ccaf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,8 @@ 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
+ qbs build --no-install -d build profile:qt5 \
+ modules.lirideployment.prefix:/usr
}
package() {