Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libgcrypt
Commits:
62709ec2 by MexIT at 2025-02-17T22:03:46+00:00
fix version - due to autoreconf
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -39,6 +39,10 @@ prepare() {
# FAIL: t-sexp
sed -i "s:t-secmem::" tests/Makefile.am
sed -i "s:t-sexp::" tests/Makefile.am
+
+ # fix version - due to autoreconf
+ sed -i 's/beta=yes/beta=no/; s/tmp="-unknown"/tmp=""/' autogen.sh
+
autoreconf -vfi
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgcrypt/-/commit/62709ec23c74e946861b649658a141da4a674559
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libgcrypt/-/commit/62709ec23c74e946861b649658a141da4a674559
You're receiving this email because of your account on gitlab.archlinux.org.