[arch-commits] Commit in qbs/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Mar 1 20:59:10 UTC 2017


    Date: Wednesday, March 1, 2017 @ 20:59:10
  Author: svenstaro
Revision: 289769

upgpkg: qbs 1.7.1-3

Build with qbs_enable_project_file_updates

Modified:
  qbs/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-01 20:46:22 UTC (rev 289768)
+++ PKGBUILD	2017-03-01 20:59:10 UTC (rev 289769)
@@ -3,7 +3,7 @@
 # Contributor: Jake Petroules <jake.petroules at qt.io>
 pkgname=qbs
 pkgver=1.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Qt build system'
 arch=('x86_64' 'i686')
 url='https://code.qt.io/qt-labs/qbs.git'
@@ -15,7 +15,7 @@
 
 build() {
   cd "$srcdir/qbs-src-$pkgver"
-  qmake QBS_INSTALL_PREFIX=/usr qbs.pro
+  qmake QBS_INSTALL_PREFIX=/usr CONFIG+=qbs_enable_project_file_updates qbs.pro
   make
 }
 



More information about the arch-commits mailing list