[pacman-dev] [PATCH 2/2] Update urls to not use www. for archlinux.org
Jelle van der Waa
jelle at vdwaa.nl
Wed Apr 7 19:43:27 UTC 2021
From: Jelle van der Waa <jelle at vdwaa.nl>
www.archlinux.org now redirects to archlinux.org.
Signed-off-by: Jelle van der Waa <jelle at vdwaa.nl>
---
doc/footer.asciidoc | 2 +-
doc/index.asciidoc | 2 +-
lib/libalpm/libalpm.pc.in | 2 +-
meson.build | 2 +-
scripts/libmakepkg.pc.in | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/footer.asciidoc b/doc/footer.asciidoc
index 1c33d016..1bae8b20 100644
--- a/doc/footer.asciidoc
+++ b/doc/footer.asciidoc
@@ -1,5 +1,5 @@
-See the pacman website at https://www.archlinux.org/pacman/[] for current
+See the pacman website at https://archlinux.org/pacman/[] for current
information on pacman and its related tools.
diff --git a/doc/index.asciidoc b/doc/index.asciidoc
index 3a8b40bf..87f07dda 100644
--- a/doc/index.asciidoc
+++ b/doc/index.asciidoc
@@ -239,7 +239,7 @@ Other Utilities
~~~~~~~~~~~~~~~
Although the package manager itself is quite simple, many scripts have been
developed that help automate building and installing packages. These are used
-extensively in link:https://www.archlinux.org/[Arch Linux]. Most of these utilities
+extensively in link:https://archlinux.org/[Arch Linux]. Most of these utilities
are available in the Arch Linux projects
link:https://git.archlinux.org/[code browser].
diff --git a/lib/libalpm/libalpm.pc.in b/lib/libalpm/libalpm.pc.in
index da7f96aa..85766ea1 100644
--- a/lib/libalpm/libalpm.pc.in
+++ b/lib/libalpm/libalpm.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@
Name: libalpm
Description: Arch Linux package management library
-URL: http://www.archlinux.org/pacman/
+URL: http://archlinux.org/pacman/
Version: @LIB_VERSION@
Requires.private: libarchive @pc_crypto@ @pc_libcurl@ @pc_gpgme@
Cflags: -I${includedir} @LFS_CFLAGS@
diff --git a/meson.build b/meson.build
index 8ccd5c78..579ff2ed 100644
--- a/meson.build
+++ b/meson.build
@@ -332,7 +332,7 @@ pkgconfig.generate(
name : 'libalpm',
description : 'Arch Linux package management library',
version : libalpm_version,
- url : 'http://www.archlinux.org/pacman/')
+ url : 'http://archlinux.org/pacman/')
pacman_bin = executable(
'pacman',
diff --git a/scripts/libmakepkg.pc.in b/scripts/libmakepkg.pc.in
index 05e9566a..a3f4b72e 100644
--- a/scripts/libmakepkg.pc.in
+++ b/scripts/libmakepkg.pc.in
@@ -2,5 +2,5 @@ libmakepkgdir=@libmakepkgdir@
Name: libmakepkg
Description: Arch Linux package build utility
-URL: https://www.archlinux.org/pacman/
+URL: https://archlinux.org/pacman/
Version: @PACKAGE_VERSION@
--
2.31.1
More information about the pacman-dev
mailing list