George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / gron
Commits: 2a168950 by George Rawlinson at 2026-06-03T01:08:00+00:00 reuse: simplify conf - - - - - a93dda8d by George Rawlinson at 2026-06-03T01:14:16+00:00 upgpkg: 0.7.1-3 https://archlinux.org/todo/rebuild-packages-older-than-two-years/ - - - - - 3 changed files: - .SRCINFO - PKGBUILD - REUSE.toml Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = gron pkgdesc = Makes JSON greppable pkgver = 0.7.1 - pkgrel = 2 + pkgrel = 3 url = https://github.com/tomnomnom/gron arch = x86_64 license = MIT @@ -9,7 +9,8 @@ pkgbase = gron makedepends = go depends = glibc options = !lto - source = gron::git+https://github.com/tomnomnom/gron.git#commit=badf401da553eb41b7ffde4be6a64809ed0ed846 - b2sums = SKIP + source = gron::git+https://github.com/tomnomnom/gron.git#tag=v0.7.1 + sha512sums = 6d7c4d332dc202bdded36da53a1137410bfb9541c69e99a3fba57d2a6be95753b017ac2812d4822d03bfc50b96dce534aec67c81a5bcbdace466e56f14917d24 + b2sums = b0dcaafbdb850d1109cad4a4d32de61775e41c0f01ca50553f1fbf6bba5421f84b530392f31f1f5d741a9deff597d94a227bfa649bc5cd93ae4bc6a11f3c1663 pkgname = gron ===================================== PKGBUILD ===================================== @@ -3,23 +3,17 @@ pkgname=gron pkgver=0.7.1 -pkgrel=2 +pkgrel=3 pkgdesc='Makes JSON greppable' -arch=('x86_64') +arch=(x86_64) url='https://github.com/tomnomnom/gron' -license=('MIT') -depends=('glibc') -makedepends=('git' 'go') -options=('!lto') -_commit='badf401da553eb41b7ffde4be6a64809ed0ed846' -source=("$pkgname::git+https://github.com/tomnomnom/gron.git#commit=$_commit") -b2sums=('SKIP') - -pkgver() { - cd "$pkgname" - - git describe --tags | sed 's/^v//' -} +license=(MIT) +depends=(glibc) +makedepends=(git go) +options=(!lto) +source=("$pkgname::git+https://github.com/tomnomnom/gron.git#tag=v$pkgver") +sha512sums=('6d7c4d332dc202bdded36da53a1137410bfb9541c69e99a3fba57d2a6be95753b017ac2812d4822d03bfc50b96dce534aec67c81a5bcbdace466e56f14917d24') +b2sums=('b0dcaafbdb850d1109cad4a4d32de61775e41c0f01ca50553f1fbf6bba5421f84b530392f31f1f5d741a9deff597d94a227bfa649bc5cd93ae4bc6a11f3c1663') prepare() { cd "$pkgname" @@ -44,7 +38,7 @@ build() { -buildmode=pie \ -mod=readonly \ -modcacherw \ - -ldflags "-linkmode external -extldflags $LDFLAGS" \ + -ldflags "-linkmode external -extldflags '$LDFLAGS'" \ -o build \ . } ===================================== REUSE.toml ===================================== @@ -3,20 +3,8 @@ version = 1 [[annotations]] path = [ "PKGBUILD", - "README.md", - "keys/**", ".SRCINFO", ".nvchecker.toml", - "*.install", - "*.sysusers", - "*.tmpfiles", - "*.logrotate", - "*.pam", - "*.service", - "*.socket", - "*.timer", - "*.desktop", - "*.hook", ] SPDX-FileCopyrightText = "Arch Linux contributors" SPDX-License-Identifier = "0BSD" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gron/-/compare/5fe7abd50bfe4b7259add3e3aa7b9be2c4530416...a93dda8dc40966cea76606252a515d603a7abbfc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gron/-/compare/5fe7abd50bfe4b7259add3e3aa7b9be2c4530416...a93dda8dc40966cea76606252a515d603a7abbfc You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
