app-misc/ani-cli: update SRC_URI

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2024-02-25 18:58:46 +02:00
parent f1dd171d3f
commit b9a14751eb
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ if [[ "${PV}" == *9999* ]]; then
inherit git-r3
else
SRC_URI="
https://github.com/pystardust/${PN}/archive/refs/tags/v${PV}.tar.gz
https://github.com/pystardust/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"
S="${WORKDIR}/${P}"
KEYWORDS="~amd64 ~arm64 ~x86"