diff --git a/community/ninja/PKGBUILD b/community/ninja/PKGBUILD index d5676f23b..a816878e7 100644 --- a/community/ninja/PKGBUILD +++ b/community/ninja/PKGBUILD @@ -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