George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / buf
Commits: efa53cdb by George Rawlinson at 2023-11-03T20:17:59+13:00 upgpkg: 1.27.2-1 * New upstream release. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = buf + pkgdesc = A tool for working with Protocol Buffers + pkgver = 1.27.2 + pkgrel = 1 + url = https://buf.build + arch = x86_64 + license = Apache + makedepends = git + makedepends = go + depends = glibc + options = !lto + source = buf::git+https://github.com/bufbuild/buf#commit=a987d2dfc1ad7cf9d07dfd824ae0dea15d126c59 + b2sums = SKIP + +pkgname = buf ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: George Rawlinson <[email protected]> pkgname=buf -pkgver=1.26.1 +pkgver=1.27.2 pkgrel=1 pkgdesc='A tool for working with Protocol Buffers' arch=('x86_64') @@ -10,7 +10,7 @@ license=('Apache') depends=('glibc') makedepends=('git' 'go') options=('!lto') -_commit='37e7b1138d48ce95671dbdb4c91fd9e914fc60a9' +_commit='a987d2dfc1ad7cf9d07dfd824ae0dea15d126c59' source=("$pkgname::git+https://github.com/bufbuild/buf#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/buf/-/commit/efa53cdb1c2e50506b28e559d2809c1847e4996d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/buf/-/commit/efa53cdb1c2e50506b28e559d2809c1847e4996d You're receiving this email because of your account on gitlab.archlinux.org.
