summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Hernandez-Cerdan2019-01-31 14:23:07 -0500
committerPablo Hernandez-Cerdan2019-01-31 14:23:07 -0500
commitcef3da1cd070927c17e0b5cfd58fb2312fc71ab1 (patch)
treef86be167bdc27611275d66b6582254e6e076744a
parent0f6cc45421582337e0592708725d4005d6ba84cb (diff)
downloadaur-cef3da1cd070927c17e0b5cfd58fb2312fc71ab1.tar.gz
Update to 1.9.0.gad558
Released January 31st 2019 https://github.com/Kitware/ninja/commit/ad55855d39b00fc096e72f74eb42b7decefce421
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4baca567e9e1..ab1a3f18dc5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ninja-kitware
pkgdesc = Small build system with a focus on speed - Kitware version with JobServer and Fortran compatibility
- pkgver = 1.8.2
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/Kitware/ninja
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = ninja-kitware
depends = gcc-libs
provides = ninja
conflicts = ninja
- source = ninja-1.8.2.g81279.kitware.dyndep-1.jobserver-1.zip::https://github.com/Kitware/ninja/archive/v1.8.2.g81279.kitware.dyndep-1.jobserver-1.zip
- md5sums = 35cf0d20b0d79c664f9637b1cf145cd2
+ source = ninja-1.9.0.gad558.kitware.dyndep-1.jobserver-1.zip::https://github.com/Kitware/ninja/archive/v1.9.0.gad558.kitware.dyndep-1.jobserver-1.zip
+ md5sums = 014cd869dfc9975ed4a9262682375bb4
pkgname = ninja-kitware
diff --git a/PKGBUILD b/PKGBUILD
index 738daea625d4..225ae518c625 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
pkgname=ninja-kitware
-pkgver=1.8.2
+pkgver=1.9.0
pkgrel=1
pkgdesc='Small build system with a focus on speed - Kitware version with JobServer and Fortran compatibility'
arch=(x86_64)
@@ -16,9 +16,9 @@ conflicts=(ninja)
license=(Apache)
depends=(gcc-libs)
makedepends=(python2 re2c emacs-nox)
-version_id=g81279
+version_id=gad558
source=(ninja-$pkgver.$version_id.kitware.dyndep-1.jobserver-1.zip::https://github.com/Kitware/ninja/archive/v$pkgver.$version_id.kitware.dyndep-1.jobserver-1.zip)
-md5sums=('35cf0d20b0d79c664f9637b1cf145cd2')
+md5sums=('014cd869dfc9975ed4a9262682375bb4')
build() {
cd ninja-$pkgver.$version_id.kitware.dyndep-1.jobserver-1
@@ -48,3 +48,4 @@ package() {
install -m644 -D misc/bash-completion "$pkgdir/usr/share/bash-completion/completions/ninja"
install -m644 -D misc/zsh-completion "$pkgdir/usr/share/zsh/site-functions/_ninja"
}
+md5sums=('014cd869dfc9975ed4a9262682375bb4')