Update urls to not use www. for archlinux.org

www.archlinux.org now redirects to archlinux.org.

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Jelle van der Waa 2021-04-07 21:43:27 +02:00 committed by Allan McRae
parent f09047f0b0
commit c294b7cb4c
5 changed files with 5 additions and 5 deletions

View file

@ -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. information on pacman and its related tools.

View file

@ -239,7 +239,7 @@ Other Utilities
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
Although the package manager itself is quite simple, many scripts have been Although the package manager itself is quite simple, many scripts have been
developed that help automate building and installing packages. These are used 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 are available in the Arch Linux projects
link:https://git.archlinux.org/[code browser]. link:https://git.archlinux.org/[code browser].

View file

@ -5,7 +5,7 @@ includedir=@includedir@
Name: libalpm Name: libalpm
Description: Arch Linux package management library Description: Arch Linux package management library
URL: http://www.archlinux.org/pacman/ URL: http://archlinux.org/pacman/
Version: @LIB_VERSION@ Version: @LIB_VERSION@
Requires.private: libarchive @pc_crypto@ @pc_libcurl@ @pc_gpgme@ Requires.private: libarchive @pc_crypto@ @pc_libcurl@ @pc_gpgme@
Cflags: -I${includedir} @LFS_CFLAGS@ Cflags: -I${includedir} @LFS_CFLAGS@

View file

@ -332,7 +332,7 @@ pkgconfig.generate(
name : 'libalpm', name : 'libalpm',
description : 'Arch Linux package management library', description : 'Arch Linux package management library',
version : libalpm_version, version : libalpm_version,
url : 'http://www.archlinux.org/pacman/') url : 'http://archlinux.org/pacman/')
pacman_bin = executable( pacman_bin = executable(
'pacman', 'pacman',

View file

@ -2,5 +2,5 @@ libmakepkgdir=@libmakepkgdir@
Name: libmakepkg Name: libmakepkg
Description: Arch Linux package build utility Description: Arch Linux package build utility
URL: https://www.archlinux.org/pacman/ URL: https://archlinux.org/pacman/
Version: @PACKAGE_VERSION@ Version: @PACKAGE_VERSION@