| author | Evangelos Foutras
<foutrelis@archlinux.org> 2024-02-11 16:08:30 UTC |
| committer | Evangelos Foutras
<foutrelis@archlinux.org> 2024-02-11 16:08:30 UTC |
| parent | 41b93189410f7787691cb1437f09616b4261532e |
| .SRCINFO | +2 | -2 |
| PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 733f87a..656ff0f 100644 --- a/.SRCINFO +++ b/.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/PKGBUILD b/PKGBUILD index b4a9e74..fa27bc3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> 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')