summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12021-05-15 16:14:35 +0800
committerChocobo12021-05-15 16:14:35 +0800
commit7cfd197d8ae60e7a60641cdcbebf8a7fb2d4f779 (patch)
tree13d8f9f5ac1477fca6fe6f94ca2ebb2eb073d7a4 /PKGBUILD
parent53fafb80abe55193f23ab2b1ed6ddd3533482e0e (diff)
downloadaur-7cfd197d8ae60e7a60641cdcbebf8a7fb2d4f779.tar.gz
upgpkg: ninja-bin 1.10.2-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {