mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
||||
pkgver=1.11.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Small build system with a focus on speed'
|
||||
arch=(x86_64)
|
||||
url='https://ninja-build.org/'
|
||||
|
@ -18,6 +18,7 @@ depends=(gcc-libs)
|
|||
makedepends=(python re2c emacs-nox)
|
||||
source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
|
||||
sha1sums=('fbcb284b7280335835c3f085fb825e6f1514396e')
|
||||
sha256sums=('03b7ea14bf04b87cbdd64b9a1262577093e177f8e5662515de77f3a796b75951')
|
||||
|
||||
prepare() {
|
||||
cd ninja-$pkgver
|
||||
|
|
Loading…
Reference in a new issue