From 03fb9010ae67cfa87f373f33c2c4bb61a7939ff5 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 16 Mar 2024 00:14:49 +0000 Subject: [PATCH] extra/gn to 0.2157.22581fb4-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 656ff0f30..d975acf4b 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.2143.a2e2717e + pkgver = 0.2157.22581fb4 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=a2e2717ea670249a34b0de4b3e54f268d320bdfa + source = git+https://gn.googlesource.com/gn#commit=22581fb46c0c0c9530caa67149ee4dd8811063cf sha256sums = SKIP pkgname = gn diff --git a/extra/gn/PKGBUILD b/extra/gn/PKGBUILD index 854e7a350..4cb1e977f 100644 --- a/extra/gn/PKGBUILD +++ b/extra/gn/PKGBUILD @@ -4,8 +4,8 @@ # - strip -fstack-clash-protection from CFLAGS pkgname=gn -pkgver=0.2143.a2e2717e -_commit=a2e2717ea670249a34b0de4b3e54f268d320bdfa +pkgver=0.2157.22581fb4 +_commit=22581fb46c0c0c9530caa67149ee4dd8811063cf pkgrel=1 pkgdesc="Meta-build system that generates build files for Ninja" arch=('x86_64')