Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=39395e5e164bdd6d07c113e77bd75115c4805e19
commit 39395e5e164bdd6d07c113e77bd75115c4805e19 Author: Slown <[email protected]> Date: Tue Nov 15 16:01:55 2016 +0100 qbs-1.6.1-1-x86_64 * version bump diff --git a/source/devel-extra/qbs/FrugalBuild b/source/devel-extra/qbs/FrugalBuild index 7434ee0..a9f0187 100644 --- a/source/devel-extra/qbs/FrugalBuild +++ b/source/devel-extra/qbs/FrugalBuild @@ -1,26 +1,26 @@ -# Compiling Time: 0.82 SBU +# Compiling Time: 0.81 SBU # Maintainer: Marius Cirsta <[email protected]> pkgname=qbs -pkgver=1.6.0 +pkgver=1.6.1 pkgrel=1 pkgdesc="A tool that helps simplify the build process for developing projects across multiple platforms" url="http://doc.qt.io/qbs/index.html" depends=('qt5-script') groups=('devel-extra') -archs=('i686' 'x86_64') +archs=('x86_64') up2date="lynx --dump http://doc.qt.io/qbs/index.html | egrep 'Version\ [\.0-9]+' | sed 's/Version\ \([0-9\.]*\)/\1/'" source=(https://download.qt.io/official_releases/qbs/${pkgver}/qbs-src-${pkgver}.tar.gz) -sha1sums=('3f134d2f499744187fb4746e058ce7db861d315a') +sha1sums=('51102c7d1fc7f087418e1e22c6aa2741a8e8ecb9') #Fconfopts="$Fconfopts --system-libs --enable-ccache --prefix=/usr" _F_cd_path=qbs-src-${pkgver} build() { - Fcd - qmake-qt5 -r QBS_INSTALL_PREFIX=/usr qbs.pro || Fdie - Fmake - INSTALL_ROOT="$Fdestdir" make install || Fdie + Fcd + qmake-qt5 -r QBS_INSTALL_PREFIX=/usr qbs.pro || Fdie + Fmake + INSTALL_ROOT="$Fdestdir" make install || Fdie } # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
