media-gfx/nsxiv: update SRC_URI

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer 2024-05-15 04:35:29 +02:00
parent 29286385bf
commit 191ef37286
No known key found for this signature in database
GPG Key ID: 5568A2DDA60CA297
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://codeberg.org/nsxiv/nsxiv.git" EGIT_REPO_URI="https://codeberg.org/nsxiv/nsxiv.git"
inherit git-r3 inherit git-r3
else else
SRC_URI="https://github.com/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://codeberg.org/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64" KEYWORDS="~amd64"
fi fi

View File

@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://codeberg.org/nsxiv/nsxiv.git" EGIT_REPO_URI="https://codeberg.org/nsxiv/nsxiv.git"
inherit git-r3 inherit git-r3
else else
SRC_URI="https://github.com/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://codeberg.org/nsxiv/nsxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64" KEYWORDS="~amd64"
fi fi