mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/ninja to 1.11.0-1
This commit is contained in:
parent
1cf2e1117c
commit
dea0bc2d1b
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
# https://www.linuxfromscratch.org/lfs/view/development/chapter08/ninja.html
|
||||
|
||||
pkgname=ninja
|
||||
pkgver=1.10.2
|
||||
pkgrel=1.1
|
||||
pkgver=1.11.0
|
||||
pkgrel=1
|
||||
pkgdesc='Small build system with a focus on speed'
|
||||
arch=(x86_64)
|
||||
url='https://ninja-build.org/'
|
||||
|
@ -17,7 +17,7 @@ license=(Apache)
|
|||
depends=(gcc-libs)
|
||||
makedepends=(python re2c emacs-nox)
|
||||
source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
|
||||
sha1sums=('8415866400a85a1ced2140e52c5db714baec7444')
|
||||
sha1sums=('e2de757c4dfa38985b348863b43e2609b56ad305')
|
||||
|
||||
prepare() {
|
||||
cd ninja-$pkgver
|
||||
|
|
Loading…
Reference in a new issue