Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
binutils
Commits:
7a6bcd01 by Frederik Schwan at 2024-09-21T15:20:04+02:00
fix hash length in pkgver
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -34,7 +34,7 @@ validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
pkgver() {
cd binutils-gdb
- git describe --tags | sed 's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g;s/_/./'
+ git describe --abbrev 12 --tags | sed
's/[^-]*-//;s/[^-]*-/&r/;s/-/+/g;s/_/./'
}
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/binutils/-/commit/7a6bcd014848121e668757f24e3a4e596e9a6578
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/binutils/-/commit/7a6bcd014848121e668757f24e3a4e596e9a6578
You're receiving this email because of your account on gitlab.archlinux.org.