mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/gn to 0.2201.feafd101-1
This commit is contained in:
parent
bb072f0840
commit
151ab6f21a
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = gn
|
pkgbase = gn
|
||||||
pkgdesc = Meta-build system that generates build files for Ninja
|
pkgdesc = Meta-build system that generates build files for Ninja
|
||||||
pkgver = 0.2174.b3a0bff4
|
pkgver = 0.2201.feafd101
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://gn.googlesource.com/gn/
|
url = https://gn.googlesource.com/gn/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -10,7 +10,7 @@ pkgbase = gn
|
||||||
makedepends = python
|
makedepends = python
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
source = git+https://gn.googlesource.com/gn#commit=b3a0bff47dd81073bfe67a402971bad92e4f2423
|
source = git+https://gn.googlesource.com/gn#commit=feafd1012a32c05ec6095f69ddc3850afb621f3a
|
||||||
sha256sums = SKIP
|
sha256sums = 52992234bd8cee2a70f6e4920fb3131b3acf095fdafb90a15804685c613586b4
|
||||||
|
|
||||||
pkgname = gn
|
pkgname = gn
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
# - strip -fstack-clash-protection from CFLAGS
|
# - strip -fstack-clash-protection from CFLAGS
|
||||||
|
|
||||||
pkgname=gn
|
pkgname=gn
|
||||||
pkgver=0.2174.b3a0bff4
|
pkgver=0.2201.feafd101
|
||||||
_commit=b3a0bff47dd81073bfe67a402971bad92e4f2423
|
_commit=feafd1012a32c05ec6095f69ddc3850afb621f3a
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Meta-build system that generates build files for Ninja"
|
pkgdesc="Meta-build system that generates build files for Ninja"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -14,7 +14,7 @@ license=('BSD')
|
||||||
depends=('gcc-libs')
|
depends=('gcc-libs')
|
||||||
makedepends=('clang' 'ninja' 'python' 'git')
|
makedepends=('clang' 'ninja' 'python' 'git')
|
||||||
source=(git+https://gn.googlesource.com/gn#commit=$_commit)
|
source=(git+https://gn.googlesource.com/gn#commit=$_commit)
|
||||||
sha256sums=('SKIP')
|
sha256sums=('52992234bd8cee2a70f6e4920fb3131b3acf095fdafb90a15804685c613586b4')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
|
|
Loading…
Reference in a new issue