mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/gn to 0.1545.9434c3d2-1
This commit is contained in:
parent
49373db996
commit
4f8c5e44c7
1 changed files with 4 additions and 4 deletions
|
@ -6,15 +6,15 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=gn
|
||||
pkgver=0.1538.74657a61
|
||||
_commit=74657a6161b419a04d160f073725630223556343
|
||||
pkgver=0.1545.9434c3d2
|
||||
_commit=9434c3d281eefb5c3764b5a0575feec9c59bd095
|
||||
pkgrel=1
|
||||
pkgdesc="Meta-build system that generates build files for Ninja"
|
||||
arch=('x86_64')
|
||||
url="https://gn.googlesource.com/gn/+/master/README.md"
|
||||
license=('BSD')
|
||||
depends=('gcc-libs')
|
||||
makedepends=('clang' 'ninja' 'python2' 'git')
|
||||
makedepends=('clang' 'ninja' 'python' 'git')
|
||||
source=(git+https://gn.googlesource.com/gn#commit=$_commit
|
||||
0001-Add-ARM-headers-back.patch)
|
||||
md5sums=('SKIP'
|
||||
|
@ -32,7 +32,7 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd $pkgname
|
||||
python2 ./build/gen.py
|
||||
./build/gen.py
|
||||
ninja -C out gn
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue