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:
parent
f09047f0b0
commit
c294b7cb4c
5 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
@ -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].
|
||||
|
||||
|
|
|
@ -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@
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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@
|
||||
|
|
Loading…
Add table
Reference in a new issue