diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 04:55:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:05:19 +0100 |
commit | e6b17adbe444371738ee3a603cfc654b08bebdc9 (patch) | |
tree | e60f488153f3f12cab0af665f9f426714e91ea44 /games-arcade | |
parent | games-action/beathazardultra: use PV in SRC_URI (diff) | |
download | gentoo-e6b17adbe444371738ee3a603cfc654b08bebdc9.tar.gz gentoo-e6b17adbe444371738ee3a603cfc654b08bebdc9.tar.bz2 gentoo-e6b17adbe444371738ee3a603cfc654b08bebdc9.zip |
games-arcade/holotz-castle: use PV in SRC_URI
Avoids mistakes on bumping and why not?
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild index c07c88732b43..1ff2a004605f 100644 --- a/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.ebuild +++ b/games-arcade/holotz-castle/holotz-castle-1.3.14-r1.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 @@ inherit desktop toolchain-funcs DESCRIPTION="2D platform game" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="https://dev.gentoo.org/~chewi/distfiles/holotz-castle-1.3.14-src.tar.gz" +SRC_URI="https://dev.gentoo.org/~chewi/distfiles/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" |