T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / wget
Commits:
19698027 by T.J. Townsend at 2026-05-21T14:38:58-04:00
upgpkg: 1.25.0-5: clean up user agent string
pun intended
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = wget
pkgdesc = Network utility to retrieve files from the web
pkgver = 1.25.0
- pkgrel = 4
+ pkgrel = 5
url = https://www.gnu.org/software/wget/wget.html
arch = x86_64
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=wget
pkgver=1.25.0
-pkgrel=4
+pkgrel=5
pkgdesc='Network utility to retrieve files from the web'
url='https://www.gnu.org/software/wget/wget.html'
arch=('x86_64')
@@ -46,6 +46,9 @@ prepare() {
# The $SKIP_PO environment variable is only honored by
# the gnulib submodule if using its "sh" implementation
export GNULIB_TOOL_IMPL="sh"
+ # Keep git-version-gen from appending "-dirty" after prepare() patches the
+ # checkout; this value is used for VERSION and the default User-Agent
+ echo "${pkgver}" > .tarball-version
git submodule init
git config submodule.gnulib.url "${srcdir}/gnulib"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wget/-/commit/19698027f9f1f16657a383629073c8422419f1f5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wget/-/commit/19698027f9f1f16657a383629073c8422419f1f5
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help