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

Jelle van der Waa jelle at archlinux.org
Mon Dec 9 10:55:45 UTC 2019


    Date: Monday, December 9, 2019 @ 10:55:45
  Author: jelle
Revision: 536386

upgpkg: ninja 1.9.0-2

Switch to python3 for building.

Modified:
  ninja/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-09 09:15:31 UTC (rev 536385)
+++ PKGBUILD	2019-12-09 10:55:45 UTC (rev 536386)
@@ -5,13 +5,13 @@
 
 pkgname=ninja
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Small build system with a focus on speed'
 arch=(x86_64)
 url='https://ninja-build.org/'
 license=(Apache)
 depends=(gcc-libs)
-makedepends=(python2 re2c emacs-nox)
+makedepends=(python re2c emacs-nox)
 source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
 sha1sums=('8dc0fe67796e1c50a00f9542af41021286977bde')
 
@@ -18,7 +18,7 @@
 build() {
   cd ninja-$pkgver
 
-  python2 configure.py --bootstrap
+  python configure.py --bootstrap
   emacs -Q --batch -f batch-byte-compile misc/ninja-mode.el
 }
 
@@ -25,7 +25,7 @@
 check() {
   cd ninja-$pkgver
 
-  python2 ./configure.py
+  python ./configure.py
   ./ninja ninja_test
 }
 



More information about the arch-commits mailing list