extra/gn to 0.1700.97cc440d-1

This commit is contained in:
Kevin Mihelich 2020-04-11 16:17:21 +00:00
parent 6e53700743
commit 110392f1fe

View file

@ -6,12 +6,12 @@
buildarch=28
pkgname=gn
pkgver=0.1634.ad9e442d
_commit=ad9e442d92dcd9ee73a557428cfc336b55cbd533
pkgver=0.1700.97cc440d
_commit=97cc440d84f050f99ff0161f9414bfa2ffa38f65
pkgrel=1
pkgdesc="Meta-build system that generates build files for Ninja"
arch=('x86_64')
url="https://gn.googlesource.com/gn/+/master/README.md"
url="https://gn.googlesource.com/gn/"
license=('BSD')
depends=('gcc-libs')
makedepends=('clang' 'ninja' 'python' 'git')
@ -48,7 +48,7 @@ package() {
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
mkdir -p "$pkgdir/usr/share/vim/vimfiles"
cp -r tools/gn/misc/vim/{autoload,ftdetect,ftplugin,syntax} \
cp -r misc/vim/{autoload,ftdetect,ftplugin,syntax} \
"$pkgdir/usr/share/vim/vimfiles/"
}