From 6d50f3d820f15589dd084750c722c049063a3920 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 11 Feb 2024 16:36:36 +0000 Subject: [PATCH] extra/gn to 0.2143.a2e2717e-1 --- extra/gn/.SRCINFO | 4 ++-- extra/gn/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extra/gn/.SRCINFO b/extra/gn/.SRCINFO index 733f87ad7..656ff0f30 100644 --- a/extra/gn/.SRCINFO +++ b/extra/gn/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = gn pkgdesc = Meta-build system that generates build files for Ninja - pkgver = 0.2130.7367b0df + pkgver = 0.2143.a2e2717e 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=7367b0df0a0aa25440303998d54045bda73935a5 + source = git+https://gn.googlesource.com/gn#commit=a2e2717ea670249a34b0de4b3e54f268d320bdfa sha256sums = SKIP pkgname = gn diff --git a/extra/gn/PKGBUILD b/extra/gn/PKGBUILD index 053dfdab2..854e7a350 100644 --- a/extra/gn/PKGBUILD +++ b/extra/gn/PKGBUILD @@ -4,8 +4,8 @@ # - strip -fstack-clash-protection from CFLAGS pkgname=gn -pkgver=0.2130.7367b0df -_commit=7367b0df0a0aa25440303998d54045bda73935a5 +pkgver=0.2143.a2e2717e +_commit=a2e2717ea670249a34b0de4b3e54f268d320bdfa pkgrel=1 pkgdesc="Meta-build system that generates build files for Ninja" arch=('x86_64')