ninja: Update to 1.13.1 (#5580)

This commit is contained in:
Christoph Reiter 2025-08-20 22:07:29 +02:00 committed by GitHub
parent c4b3090ae9
commit 95fb57064f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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