diff --git a/ninja/.SRCINFO b/ninja/.SRCINFO index 6deefb61b0..476c4b13ec 100644 --- a/ninja/.SRCINFO +++ b/ninja/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ninja pkgdesc = Small build system with a focus on speed pkgver = 1.12.1 - pkgrel = 2 + pkgrel = 2.1 url = https://ninja-build.org/ arch = x86_64 arch = powerpc64le diff --git a/ninja/PKGBUILD b/ninja/PKGBUILD index 2102a161f7..a1f8c32c05 100644 --- a/ninja/PKGBUILD +++ b/ninja/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ninja pkgver=1.12.1 -pkgrel=2 +pkgrel=2.1 pkgdesc='Small build system with a focus on speed' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url='https://ninja-build.org/'