summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2017-04-26 01:52:46 +0200
committerPier Luigi Fiorini2017-04-26 01:52:46 +0200
commitb2d5ba0d8dbbc28d3a919178e2c277b1442c053d (patch)
treebbb103e99eaeedb87fe852e57f874d824ee42f44
parent3b96338072317c435cd9b35b6ded57b59b02d0ea (diff)
downloadaur-b2d5ba0d8dbbc28d3a919178e2c277b1442c053d.tar.gz
Update installation paths
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8796215ef6c..cc560fbad176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 25 13:41:10 UTC 2017
+# Tue Apr 25 23:52:42 UTC 2017
pkgbase = fluid-git
pkgdesc = Components for Qt Quick applications with Material Design and Universal
- pkgver = 20170425.a74d0e9
+ pkgver = 20170426.6b1dd8c
pkgrel = 1
url = https://liri.io
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 98220e4f2cbf..905d8f7449a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
pkgname=fluid-git
-pkgver=20170425.a74d0e9
+pkgver=20170426.6b1dd8c
pkgrel=1
pkgdesc="Components for Qt Quick applications with Material Design and Universal"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -32,9 +32,7 @@ prepare() {
build() {
cd build
- qmake \
- CONFIG+=use_qt_paths \
- ../${_gitname}/fluid.pro
+ qmake LIRI_INSTALL_PREFIX=/usr CONFIG+=use_qt_paths ../${_gitname}/fluid.pro
make
}