Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
glibc
Commits:
fb7ad1d8 by Frederik Schwan at 2024-09-26T12:11:17+02:00
fix pkgver
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -33,7 +33,7 @@
b2sums=('74c4f1e1231834579d19c96cc60fc370c9c4468e254fe069aad6102c8678d163ab6e58e
pkgver() {
cd glibc
- git describe --abbrev 12 --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/fb7ad1d88a38814ad8595022f545870ce58142ae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glibc/-/commit/fb7ad1d88a38814ad8595022f545870ce58142ae
You're receiving this email because of your account on gitlab.archlinux.org.