Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
diffutils
Commits:
8044185c by Christian Hesse at 2026-01-15T14:10:20+01:00
skip the po download with argument to bootstrap script
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -23,16 +23,12 @@
b2sums=('d7e72109db2b1607c2d17253df9232555d0dd3a87a2d1a1f90fac4ecdc4035a538c0807
prepare() {
cd "${pkgname}"
- # Skip downloading unstable po files in bootstrap scripts to avoid
non-deterministic builds
- export SKIP_PO="1"
- # The $SKIP_PO environment variable is only honored by the gnulib submodule
if using its "sh" implementation
- export GNULIB_TOOL_IMPL="sh"
-
git submodule init
git config submodule.gnulib.url "${srcdir}/gnulib"
git -c protocol.file.allow=always submodule update
- ./bootstrap
+ ./bootstrap \
+ --skip-po
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/diffutils/-/commit/8044185c4c58fd9cc576fbc6dfec0e8f0ebffe0e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/diffutils/-/commit/8044185c4c58fd9cc576fbc6dfec0e8f0ebffe0e
You're receiving this email because of your account on gitlab.archlinux.org.