summaryrefslogtreecommitdiff
path: root/community/ninja/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ninja/PKGBUILD')
-rw-r--r--community/ninja/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ninja/PKGBUILD b/community/ninja/PKGBUILD
index c9cd5a61e..f6372adde 100644
--- a/community/ninja/PKGBUILD
+++ b/community/ninja/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 108867 2014-04-05 22:02:16Z anatolik $
+# $Id: PKGBUILD 113731 2014-06-29 03:32:09Z anatolik $
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
# Contributor: Filip Brcic <brcha@gna.org>
# Contributor: Mika Fischer <mika.fischer@zoopnet.de>
# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
pkgname=ninja
-pkgver=1.4.0
+pkgver=1.5.1
pkgrel=1
pkgdesc='Small build system with a focus on speed'
arch=(i686 x86_64)
url='http://martine.github.io/ninja/'
license=(Apache)
depends=(gcc-libs)
-makedepends=(asciidoc python2 re2c python2 emacs-nox)
+makedepends=(asciidoc python2 re2c emacs-nox)
checkdepends=(gtest)
source=(https://github.com/martine/ninja/archive/v$pkgver.zip)
-sha1sums=('5de3dcd1564056f4f350d99f950f581214893a05')
+sha1sums=('b5fdd88d1766d5abf9623a79ebfbc49f62d91ca3')
build() {
cd ninja-$pkgver