From 4446fcd83323ea209bc3f19f79f92c82b89aa3fb Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 28 Apr 2016 18:23:38 +0200 Subject: [PATCH] ninja: update to 1.7.1. --- srcpkgs/ninja/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ninja/template b/srcpkgs/ninja/template index fd1795ca6b..9a6726d21f 100644 --- a/srcpkgs/ninja/template +++ b/srcpkgs/ninja/template @@ -1,6 +1,6 @@ # Template file for 'ninja' pkgname=ninja -version=1.6.0 +version=1.7.1 revision=1 hostmakedepends="python asciidoc" short_desc="Small build system with a focus on speed" @@ -8,11 +8,11 @@ maintainer="Juan RP " license="Apache-2.0" homepage="http://martine.github.io/ninja/" distfiles="https://github.com/martine/ninja/archive/v${version}.tar.gz" -checksum=b43e88fb068fe4d92a3dfd9eb4d19755dae5c33415db2e9b7b61b4659009cde7 +checksum=51581de53cf4705b89eb6b14a85baa73288ad08bff256e7d30d529155813be19 do_configure() { # Skip rebuild with bootstrapped ninja until build phase: - sed -e "s|subprocess.check_call('./ninja%s' % verbose, shell=True)|pass|" -i configure.py + sed -e "s|subprocess.check_call(rebuild_args)|pass|" -i configure.py python2 configure.py --bootstrap } do_build() {