Merge pull request #3278 from MehdiChinoune/ninja-update

ninja: update to 1.11.1
This commit is contained in:
Christoph Reiter 2022-11-06 15:33:27 +01:00 committed by GitHub
commit 8eafc38f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
_realname=ninja
pkgname=("${_realname}" "${_realname}-vim" "${_realname}-emacs")
pkgver=1.11.0
pkgver=1.11.1
pkgrel=1
_descr="Ninja is a small build system with a focus on speed"
pkgdesc="${_descr}"
@ -13,7 +13,7 @@ depends=()
options=('strip' 'staticlibs')
makedepends=("re2c" "python3" "emacs" 'gcc')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ninja-build/ninja/archive/v${pkgver}.tar.gz")
sha256sums=('3c6ba2e66400fe3f1ae83deb4b235faf3137ec20bd5b08c29bfc368db143e4c6')
sha256sums=('31747ae633213f1eda3842686f83c2aa1412e0f5691d1c14dbbcc67fe7400cea')
prepare () {
cd ${srcdir}/ninja-${pkgver}