summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12021-05-15 16:14:35 +0800
committerChocobo12021-05-15 16:14:35 +0800
commit7cfd197d8ae60e7a60641cdcbebf8a7fb2d4f779 (patch)
tree13d8f9f5ac1477fca6fe6f94ca2ebb2eb073d7a4
parent53fafb80abe55193f23ab2b1ed6ddd3533482e0e (diff)
downloadaur-7cfd197d8ae60e7a60641cdcbebf8a7fb2d4f779.tar.gz
upgpkg: ninja-bin 1.10.2-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45abb691e46a..7d9ec1e53afd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ninja-bin
pkgdesc = Small build system with a focus on speed
pkgver = 1.10.2
- pkgrel = 1
+ pkgrel = 2
url = https://ninja-build.org/
arch = x86_64
license = apache
depends = gcc-libs
provides = ninja
conflicts = ninja
- source = https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-linux.zip
- sha256sums = 763464859c7ef2ea3a0a10f4df40d2025d3bb9438fcb1228404640410c0ec22d
+ 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 e8400701b94d..915baa3bfad0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ninja-bin
pkgver=1.10.2
-pkgrel=1
+pkgrel=2
pkgdesc="Small build system with a focus on speed"
arch=('x86_64')
url="https://ninja-build.org/"
@@ -10,8 +10,8 @@ license=('apache')
depends=('gcc-libs')
provides=('ninja')
conflicts=('ninja')
-source=("https://github.com/ninja-build/ninja/releases/download/v$pkgver/ninja-linux.zip")
-sha256sums=('763464859c7ef2ea3a0a10f4df40d2025d3bb9438fcb1228404640410c0ec22d')
+source_x86_64=("https://github.com/ninja-build/ninja/releases/download/v$pkgver/ninja-linux.zip")
+sha256sums_x86_64=('763464859c7ef2ea3a0a10f4df40d2025d3bb9438fcb1228404640410c0ec22d')
package() {