diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 05:02:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:05:19 +0100 |
commit | 50571d98b67830c75bbbf463be186f1eb22b3b6c (patch) | |
tree | 6f8d2b4dc19f9ecb95dd8f748968887635f62b43 /games-fps | |
parent | games-engines/xzip: use PV in SRC_URI (diff) | |
download | gentoo-50571d98b67830c75bbbf463be186f1eb22b3b6c.tar.gz gentoo-50571d98b67830c75bbbf463be186f1eb22b3b6c.tar.bz2 gentoo-50571d98b67830c75bbbf463be186f1eb22b3b6c.zip |
games-fps/quake1-rally: use PV in SRC_URI
Avoids mistakes on bumping and why not?
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake1-rally/quake1-rally-1.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/quake1-rally/quake1-rally-1.2-r1.ebuild b/games-fps/quake1-rally/quake1-rally-1.2-r1.ebuild index 5b4137c84763..8623924bac22 100644 --- a/games-fps/quake1-rally/quake1-rally-1.2-r1.ebuild +++ b/games-fps/quake1-rally/quake1-rally-1.2-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=7 @@ -7,7 +7,7 @@ inherit edos2unix DESCRIPTION="TC which turns Quake into a Rally racing game" HOMEPAGE="http://wiki.quakeworld.nu/Quake_Rally" -SRC_URI="http://ehall.freeshell.org/quake/qr12.zip +SRC_URI="http://ehall.freeshell.org/quake/qr$(ver_rs 1-2 '').zip http://ehall.freeshell.org/quake/qrlo1.zip" S="${WORKDIR}" |