diff options
Diffstat (limited to 'games-strategy/tornado')
-rw-r--r-- | games-strategy/tornado/metadata.xml | 3 | ||||
-rw-r--r-- | games-strategy/tornado/tornado-1.4-r2.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/games-strategy/tornado/metadata.xml b/games-strategy/tornado/metadata.xml index 78274e0fa550..295f0bba0d68 100644 --- a/games-strategy/tornado/metadata.xml +++ b/games-strategy/tornado/metadata.xml @@ -5,4 +5,7 @@ <email>games@gentoo.org</email> <name>Gentoo Games Project</name> </maintainer> +<upstream> + <remote-id type="github">kouya/tornado</remote-id> +</upstream> </pkgmetadata> diff --git a/games-strategy/tornado/tornado-1.4-r2.ebuild b/games-strategy/tornado/tornado-1.4-r2.ebuild index c2a5f7c2f76c..8ba22468f47e 100644 --- a/games-strategy/tornado/tornado-1.4-r2.ebuild +++ b/games-strategy/tornado/tornado-1.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit toolchain-funcs DESCRIPTION="Clone of a C64 game - destroy the opponent's house" HOMEPAGE="https://github.com/kouya/tornado" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/kouya/tornado/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |