sys-apps/pacman: QA/New upstream URL and empty line
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
parent
24c8e7f66f
commit
45162fe70a
@ -3,7 +3,7 @@
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<bugs-to>mailto:pacman-dev@archlinux.org</bugs-to>
|
||||
<changelog>https://git.archlinux.org/pacman.git/tree/NEWS</changelog>
|
||||
<changelog>https://gitlab.archlinux.org/pacman/pacman/-/blob/master/NEWS</changelog>
|
||||
<doc>https://archlinux.org/pacman/</doc>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
|
@ -10,7 +10,7 @@ HOMEPAGE="https://archlinux.org/pacman/ https://wiki.archlinux.org/title/Pacman"
|
||||
|
||||
if [[ "${PV}" == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.archlinux.org/pacman.git"
|
||||
EGIT_REPO_URI="https://gitlab.archlinux.org/pacman/pacman"
|
||||
else
|
||||
SRC_URI="https://sources.archlinux.org/other/pacman/${P}.tar.xz"
|
||||
# Do *not* re-add ~x86!
|
||||
@ -64,7 +64,6 @@ src_configure() {
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
||||
/usr/bin/pacman-key --init || die
|
||||
/usr/bin/pacman-key --populate archlinux || die
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user