From a36b6295a9833814771133683ba3204a5abbb1db Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Mon, 6 Jun 2022 13:53:00 +0200 Subject: [PATCH] sys-apps/pacman: Replace the wiki link with the binpkg info page The package information page of arch linux shows actually more useful information than their wiki itself and makes it easier to see new releases of pacman. Signed-off-by: Nils Freydank --- sys-apps/pacman/pacman-6.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/pacman/pacman-6.0.1.ebuild b/sys-apps/pacman/pacman-6.0.1.ebuild index 672b6ab..e9ac808 100644 --- a/sys-apps/pacman/pacman-6.0.1.ebuild +++ b/sys-apps/pacman/pacman-6.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -6,7 +6,7 @@ EAPI="8" inherit meson DESCRIPTION="Archlinux's binary package manager" -HOMEPAGE="https://archlinux.org/pacman/ https://wiki.archlinux.org/title/Pacman" +HOMEPAGE="https://archlinux.org/pacman/ https://archlinux.org/packages/core/x86_64/pacman/" if [[ "${PV}" == *9999 ]]; then inherit git-r3