games-puzzle/tanglet: use PV in SRC_URI

Avoids mistakes on bumping and why not?

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-09-22 04:59:06 +01:00
parent dd65f7ba8a
commit 35e209c6fc

View File

@@ -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 qmake-utils xdg
DESCRIPTION="Single player word finding game based on Boggle"
HOMEPAGE="https://gottcode.org/tanglet/"
SRC_URI="https://gottcode.org/tanglet/tanglet-1.6.1.1-src.tar.bz2"
SRC_URI="https://gottcode.org/tanglet/${P}-src.tar.bz2"
LICENSE="GPL-3"
SLOT="0"