summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-06-15 07:27:00 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-06-15 07:35:45 -0400
commit1b37e8694c0c592c55dcaac99aefe5fbf1dd906c (patch)
treeda4f9f45599bfc3287a8e925018bbdafd6174980 /games-strategy
parentgames-strategy/widelands: add 1.0 (diff)
downloadgentoo-1b37e8694c0c592c55dcaac99aefe5fbf1dd906c.tar.gz
gentoo-1b37e8694c0c592c55dcaac99aefe5fbf1dd906c.tar.bz2
gentoo-1b37e8694c0c592c55dcaac99aefe5fbf1dd906c.zip
games-strategy/widelands: sync live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/widelands/widelands-9999.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/games-strategy/widelands/widelands-9999.ebuild b/games-strategy/widelands/widelands-9999.ebuild
index 8eede6cd3dea..180526607235 100644
--- a/games-strategy/widelands/widelands-9999.ebuild
+++ b/games-strategy/widelands/widelands-9999.ebuild
@@ -14,12 +14,7 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/widelands/widelands.git"
else
- MY_PV="build$(ver_cut 2)"
- MY_P="${PN}-${MY_PV}"
-
- SRC_URI="https://launchpad.net/widelands/${MY_PV}/${MY_PV}/+download/${MY_P}-source.tar.gz"
- S="${WORKDIR}/${MY_P}"
-
+ SRC_URI="https://github.com/widelands/widelands/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi