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