community/ninja to 1.11.1-2

This commit is contained in:
Kevin Mihelich 2022-11-15 00:02:58 +00:00
parent 8f078a2624
commit 0727e30397

View file

@ -9,7 +9,7 @@
pkgname=ninja
pkgver=1.11.1
pkgrel=1
pkgrel=2
pkgdesc='Small build system with a focus on speed'
arch=(x86_64)
url='https://ninja-build.org/'
@ -18,6 +18,7 @@ depends=(gcc-libs)
makedepends=(python re2c emacs-nox)
source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
sha1sums=('fbcb284b7280335835c3f085fb825e6f1514396e')
sha256sums=('03b7ea14bf04b87cbdd64b9a1262577093e177f8e5662515de77f3a796b75951')
prepare() {
cd ninja-$pkgver