summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-10 23:21:50 +0800
committerChocobo12023-04-10 23:21:50 +0800
commit4ef4f166ef9b7a9be3b3d08f5fdd8af14fb32315 (patch)
treea806e5cb6f86966045183fae0a2eb99cbb8a8b0e
parent0db0f79ebd72ce9da16b097b478770282a50bc9d (diff)
downloadaur-ninja-bin.tar.gz
upgpkg: ninja-bin 1.11.1-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 137f763a3e88..3724301fca0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = ninja-bin
pkgdesc = Small build system with a focus on speed
pkgver = 1.11.1
- pkgrel = 1
+ pkgrel = 2
url = https://ninja-build.org/
arch = x86_64
- license = apache
+ license = Apache
depends = gcc-libs
provides = ninja=1.11.1
conflicts = ninja
diff --git a/PKGBUILD b/PKGBUILD
index 3baa7bfcd2a8..e302112336a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=ninja-bin
pkgver=1.11.1
-pkgrel=1
+pkgrel=2
pkgdesc="Small build system with a focus on speed"
arch=('x86_64')
url="https://ninja-build.org/"
-license=('apache')
+license=('Apache')
depends=('gcc-libs')
provides=("ninja=$pkgver")
conflicts=('ninja')