mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +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
|
||||
pkgdesc = Meta-build system that generates build files for Ninja
|
||||
pkgver = 0.2174.b3a0bff4
|
||||
pkgver = 0.2201.feafd101
|
||||
pkgrel = 1
|
||||
url = https://gn.googlesource.com/gn/
|
||||
arch = x86_64
|
||||
|
@ -10,7 +10,7 @@ pkgbase = gn
|
|||
makedepends = python
|
||||
makedepends = git
|
||||
depends = gcc-libs
|
||||
source = git+https://gn.googlesource.com/gn#commit=b3a0bff47dd81073bfe67a402971bad92e4f2423
|
||||
sha256sums = SKIP
|
||||
source = git+https://gn.googlesource.com/gn#commit=feafd1012a32c05ec6095f69ddc3850afb621f3a
|
||||
sha256sums = 52992234bd8cee2a70f6e4920fb3131b3acf095fdafb90a15804685c613586b4
|
||||
|
||||
pkgname = gn
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
# - strip -fstack-clash-protection from CFLAGS
|
||||
|
||||
pkgname=gn
|
||||
pkgver=0.2174.b3a0bff4
|
||||
_commit=b3a0bff47dd81073bfe67a402971bad92e4f2423
|
||||
pkgver=0.2201.feafd101
|
||||
_commit=feafd1012a32c05ec6095f69ddc3850afb621f3a
|
||||
pkgrel=1
|
||||
pkgdesc="Meta-build system that generates build files for Ninja"
|
||||
arch=('x86_64')
|
||||
|
@ -14,7 +14,7 @@ license=('BSD')
|
|||
depends=('gcc-libs')
|
||||
makedepends=('clang' 'ninja' 'python' 'git')
|
||||
source=(git+https://gn.googlesource.com/gn#commit=$_commit)
|
||||
sha256sums=('SKIP')
|
||||
sha256sums=('52992234bd8cee2a70f6e4920fb3131b3acf095fdafb90a15804685c613586b4')
|
||||
|
||||
pkgver() {
|
||||
cd $pkgname
|
||||
|
|
Loading…
Reference in a new issue