diff --git a/extra/ninja/PKGBUILD b/extra/ninja/PKGBUILD index 2182487a8..fa1bfedb8 100644 --- a/extra/ninja/PKGBUILD +++ b/extra/ninja/PKGBUILD @@ -9,14 +9,14 @@ pkgname=ninja pkgver=1.11.1 -pkgrel=3 +pkgrel=4 pkgdesc='Small build system with a focus on speed' arch=(x86_64) url='https://ninja-build.org/' -license=(Apache) +license=(Apache-2.0) depends=(gcc-libs) makedepends=(python re2c emacs-nox) -source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip) +source=($pkgname-$pkgver.zip::https://github.com/ninja-build/ninja/archive/v$pkgver.zip) sha1sums=('fbcb284b7280335835c3f085fb825e6f1514396e') sha256sums=('03b7ea14bf04b87cbdd64b9a1262577093e177f8e5662515de77f3a796b75951')