sys-apps/pacman: Bump to 6.1.0

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2024-04-14 13:38:42 +02:00
parent bc4a019895
commit 1c08cc43f8
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
DIST pacman-6.0.2.tar.xz 880868 BLAKE2B 648f62307e413cb352ed92e92df1ace510c1fc5e9ddd254baeef071e89cb7dae1786a95d29c5f69e8b03b1a8cfe3cd65671588dc362c8d3b281c092393aad54c SHA512 9d76fb58c3a50e89a4b92b1f9e3bfdecca3f69e05022ea88fbd34f9df540c4fc688ad4f8b27e77eedb791aa682c27037abe65c789c6d9ee393bae5b620c3df13
DIST pacman-6.1.0.tar.xz 895640 BLAKE2B 6d77eb4b737fcd06e06e71f605f8865f5fb44d57442e1e02a63033b38fc329a989a2a39556b7f2bcf2e59d40101ee3912a6351d8d7a07e5205c28431bca2b6e6 SHA512 da5e78506e0505aac47def4b658a8cd6012be90c7ad7f7343da2edca2df5bd019091eec0a297f79c6f2fc264c139f139175778015d928cace26cb81c87d0477b

View File

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@ -6,13 +6,16 @@ EAPI="8"
inherit meson
DESCRIPTION="Archlinux's binary package manager"
HOMEPAGE="https://archlinux.org/pacman/ https://archlinux.org/packages/core/x86_64/pacman/"
HOMEPAGE="
https://archlinux.org/pacman/
https://gitlab.archlinux.org/pacman/pacman/-/releases
"
if [[ "${PV}" == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://gitlab.archlinux.org/pacman/pacman"
else
SRC_URI="https://sources.archlinux.org/other/pacman/${P}.tar.xz"
SRC_URI="https://gitlab.archlinux.org/pacman/pacman/-/releases/v${PV}/downloads/${P}.tar.xz"
# Do *not* re-add ~x86!
# https://www.archlinux.org/news/phasing-out-i686-support/
KEYWORDS="-* ~amd64"
@ -25,7 +28,7 @@ IUSE="doc +gpg test"
DEPEND="
app-crypt/archlinux-keyring
app-arch/libarchive:=[lzma]
gpg? ( >=app-crypt/gpgme-1.13.0:= )
gpg? ( app-crypt/gpgme:= )
net-misc/curl
dev-libs/openssl:0=
virtual/libiconv