community/ninja to 1.11.0-1

This commit is contained in:
Kevin Mihelich 2022-05-25 00:05:51 +00:00
parent 1cf2e1117c
commit dea0bc2d1b

View file

@ -8,8 +8,8 @@
# https://www.linuxfromscratch.org/lfs/view/development/chapter08/ninja.html
pkgname=ninja
pkgver=1.10.2
pkgrel=1.1
pkgver=1.11.0
pkgrel=1
pkgdesc='Small build system with a focus on speed'
arch=(x86_64)
url='https://ninja-build.org/'
@ -17,7 +17,7 @@ license=(Apache)
depends=(gcc-libs)
makedepends=(python re2c emacs-nox)
source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
sha1sums=('8415866400a85a1ced2140e52c5db714baec7444')
sha1sums=('e2de757c4dfa38985b348863b43e2609b56ad305')
prepare() {
cd ninja-$pkgver