George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / peco
Commits: b1cfa4c7 by George Rawlinson at 2024-10-06T19:34:48+13:00 upgpkg: 0.5.11-2 https://archlinux.org/todo/rebuild-todo-list-rebuild-packages-missing-srcinfo/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = peco pkgdesc = Simplistic interactive filtering tool pkgver = 0.5.11 - pkgrel = 1 + pkgrel = 2 url = https://github.com/peco/peco arch = x86_64 license = MIT @@ -9,7 +9,8 @@ pkgbase = peco makedepends = go depends = glibc options = !lto - source = peco::git+https://github.com/peco/peco#commit=46703dc3aa48838f1f3c3d7d7c96a452914fb456 - b2sums = SKIP + source = peco::git+https://github.com/peco/peco#tag=v0.5.11 + sha512sums = dbdbb9fcb50894e4e35ca82dc90e006724a5218d36f699053a2770a8f057576fe6d4893bf328674e6586c5c73a3365560e36c3e56990575db5da6aabce1fbec9 + b2sums = 742ff537028e6f53e8bce6173ecd69804de29c51d69ba4f7da6e78a1574a60b46c5d33f3aa9ac1b5d1490c25c83e833f3df75ec0e570718ffcf5f3d0bbadadde pkgname = peco ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=peco pkgver=0.5.11 -pkgrel=1 +pkgrel=2 pkgdesc='Simplistic interactive filtering tool' arch=('x86_64') url='https://github.com/peco/peco' @@ -12,15 +12,9 @@ license=('MIT') depends=('glibc') makedepends=('git' 'go') options=('!lto') -_commit='46703dc3aa48838f1f3c3d7d7c96a452914fb456' -source=("$pkgname::git+$url#commit=$_commit") -b2sums=('SKIP') - -pkgver() { - cd "$pkgname" - - git describe --tags | sed 's/^v//' -} +source=("$pkgname::git+$url#tag=v$pkgver") +sha512sums=('dbdbb9fcb50894e4e35ca82dc90e006724a5218d36f699053a2770a8f057576fe6d4893bf328674e6586c5c73a3365560e36c3e56990575db5da6aabce1fbec9') +b2sums=('742ff537028e6f53e8bce6173ecd69804de29c51d69ba4f7da6e78a1574a60b46c5d33f3aa9ac1b5d1490c25c83e833f3df75ec0e570718ffcf5f3d0bbadadde') prepare() { cd "$pkgname" @@ -47,7 +41,7 @@ build() { -modcacherw \ -ldflags "-compressdwarf=false \ -linkmode external \ - -extldflags ${LDFLAGS}" \ + -extldflags '${LDFLAGS}'" \ -o build \ ./cmd/... View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/peco/-/commit/b1cfa4c77043e8147ceb2548da594ea5455cd9f9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/peco/-/commit/b1cfa4c77043e8147ceb2548da594ea5455cd9f9 You're receiving this email because of your account on gitlab.archlinux.org.
