mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/ninja to 1.11.1-2
This commit is contained in:
parent
8f078a2624
commit
0727e30397
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
pkgname=ninja
|
pkgname=ninja
|
||||||
pkgver=1.11.1
|
pkgver=1.11.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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,6 +18,7 @@ depends=(gcc-libs)
|
||||||
makedepends=(python re2c emacs-nox)
|
makedepends=(python re2c emacs-nox)
|
||||||
source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
|
source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
|
||||||
sha1sums=('fbcb284b7280335835c3f085fb825e6f1514396e')
|
sha1sums=('fbcb284b7280335835c3f085fb825e6f1514396e')
|
||||||
|
sha256sums=('03b7ea14bf04b87cbdd64b9a1262577093e177f8e5662515de77f3a796b75951')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ninja-$pkgver
|
cd ninja-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue