ninja: update to 1.11.1
This commit is contained in:
parent
27dd543868
commit
a791ea76f5
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user