From b4be0ad451ccbbc32e28c254b0db598d48f3e342 Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 29 Nov 2024 08:25:47 +0100 Subject: [PATCH] * update ninja to 1.12.1-1.2 --- ninja/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ninja/PKGBUILD b/ninja/PKGBUILD index a01a75ccca..07a3c06464 100644 --- a/ninja/PKGBUILD +++ b/ninja/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ninja pkgver=1.12.1 -pkgrel=1.1 +pkgrel=1.2 pkgdesc='Small build system with a focus on speed' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url='https://ninja-build.org/'