summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12022-05-06 21:53:05 +0800
committerChocobo12022-05-06 21:53:05 +0800
commitddae118755ed31102313dcdf7a2b67c076235f33 (patch)
tree9ae75194f25bf172b6d2c35b25b38cd993da28b2
parent7cfd197d8ae60e7a60641cdcbebf8a7fb2d4f779 (diff)
downloadaur-ddae118755ed31102313dcdf7a2b67c076235f33.tar.gz
upgpkg: ninja-bin 1.10.2-3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d9ec1e53afd..2afb2807d93e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = ninja-bin
pkgdesc = Small build system with a focus on speed
pkgver = 1.10.2
- pkgrel = 2
+ pkgrel = 3
url = https://ninja-build.org/
arch = x86_64
license = apache
depends = gcc-libs
- provides = ninja
+ provides = ninja=1.10.2
conflicts = ninja
source_x86_64 = https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-linux.zip
sha256sums_x86_64 = 763464859c7ef2ea3a0a10f4df40d2025d3bb9438fcb1228404640410c0ec22d
pkgname = ninja-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 915baa3bfad0..6108a9d7c37a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ninja-bin
pkgver=1.10.2
-pkgrel=2
+pkgrel=3
pkgdesc="Small build system with a focus on speed"
arch=('x86_64')
url="https://ninja-build.org/"
license=('apache')
depends=('gcc-libs')
-provides=('ninja')
+provides=("ninja=$pkgver")
conflicts=('ninja')
source_x86_64=("https://github.com/ninja-build/ninja/releases/download/v$pkgver/ninja-linux.zip")
sha256sums_x86_64=('763464859c7ef2ea3a0a10f4df40d2025d3bb9438fcb1228404640410c0ec22d')