mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ninja to 1.12.1-1
This commit is contained in:
parent
244627e6e0
commit
1858bea1ff
2 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = ninja
|
pkgbase = ninja
|
||||||
pkgdesc = Small build system with a focus on speed
|
pkgdesc = Small build system with a focus on speed
|
||||||
pkgver = 1.12.0
|
pkgver = 1.12.1
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://ninja-build.org/
|
url = https://ninja-build.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache-2.0
|
license = Apache-2.0
|
||||||
|
@ -11,8 +11,8 @@ pkgbase = ninja
|
||||||
makedepends = re2c
|
makedepends = re2c
|
||||||
makedepends = emacs-nox
|
makedepends = emacs-nox
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
source = ninja-1.12.0.zip::https://github.com/ninja-build/ninja/archive/v1.12.0.zip
|
source = ninja-1.12.1.zip::https://github.com/ninja-build/ninja/archive/v1.12.1.zip
|
||||||
sha1sums = 53e759ea6ed7895d71ce9f60915b37b20327da55
|
sha1sums = ebdc7b4e92dd25fa91d7801ad150bd4b7a4990ce
|
||||||
sha256sums = 47411d1c95a91f416efc6f1bfb22477047c7a91951711af6123ab68ab11d6fcf
|
sha256sums = 40db6f6c77045efc817209fa72c3f92a399b7e39cf8e4cddfe7e65df2dd5dcbe
|
||||||
|
|
||||||
pkgname = ninja
|
pkgname = ninja
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
# https://www.linuxfromscratch.org/lfs/view/development/chapter08/ninja.html
|
# https://www.linuxfromscratch.org/lfs/view/development/chapter08/ninja.html
|
||||||
|
|
||||||
pkgname=ninja
|
pkgname=ninja
|
||||||
pkgver=1.12.0
|
pkgver=1.12.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Small build system with a focus on speed'
|
pkgdesc='Small build system with a focus on speed'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://ninja-build.org/'
|
url='https://ninja-build.org/'
|
||||||
|
@ -18,8 +18,8 @@ depends=(gcc-libs)
|
||||||
makedepends=(cmake python re2c emacs-nox)
|
makedepends=(cmake python re2c emacs-nox)
|
||||||
checkdepends=(gtest)
|
checkdepends=(gtest)
|
||||||
source=($pkgname-$pkgver.zip::https://github.com/ninja-build/ninja/archive/v$pkgver.zip)
|
source=($pkgname-$pkgver.zip::https://github.com/ninja-build/ninja/archive/v$pkgver.zip)
|
||||||
sha1sums=('53e759ea6ed7895d71ce9f60915b37b20327da55')
|
sha1sums=('ebdc7b4e92dd25fa91d7801ad150bd4b7a4990ce')
|
||||||
sha256sums=('47411d1c95a91f416efc6f1bfb22477047c7a91951711af6123ab68ab11d6fcf')
|
sha256sums=('40db6f6c77045efc817209fa72c3f92a399b7e39cf8e4cddfe7e65df2dd5dcbe')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ninja-$pkgver
|
cd ninja-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue