diff options
author | James Le Cuirot <chewi@gentoo.org> | 2018-06-06 23:52:24 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-06-06 23:52:24 +0100 |
commit | 38f91d3f50879474d9987aeb42c2b6d498f0eb97 (patch) | |
tree | 0b798569000b596656c606c63e9782dc6954ba62 /games-strategy/ufoai | |
parent | app-office/libreoffice: Re-add ~arm keyword (diff) | |
download | gentoo-38f91d3f50879474d9987aeb42c2b6d498f0eb97.tar.gz gentoo-38f91d3f50879474d9987aeb42c2b6d498f0eb97.tar.bz2 gentoo-38f91d3f50879474d9987aeb42c2b6d498f0eb97.zip |
games-strategy/ufoai: Fetch the git snapshot from my devspace
Turns out SourceForge only keeps it for a short time before it 404s
and you have to request it from the browser again. SourceForge, why do
you suck so much!?
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'games-strategy/ufoai')
-rw-r--r-- | games-strategy/ufoai/ufoai-2.5.0_p20180603.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-strategy/ufoai/ufoai-2.5.0_p20180603.ebuild b/games-strategy/ufoai/ufoai-2.5.0_p20180603.ebuild index 4377af8d986e..0fd98165739d 100644 --- a/games-strategy/ufoai/ufoai-2.5.0_p20180603.ebuild +++ b/games-strategy/ufoai/ufoai-2.5.0_p20180603.ebuild @@ -17,7 +17,7 @@ DATADIR="/usr/share/${PN}" DESCRIPTION="UFO: Alien Invasion - X-COM inspired strategy game" HOMEPAGE="https://ufoai.org/" SRC_URI=" - https://sourceforge.net/code-snapshots/git/${PN:0:1}/${PN:0:2}/${PN}/code.git/${PN}-code-${COMMIT}.zip + https://dev.gentoo.org/~chewi/distfiles/${PN}-code-${COMMIT}.zip mirror://sourceforge/${PN}/${PN}-${DIST_VERSION}-data.tar editor? ( mirror://sourceforge/${PN}/${PN}-${DIST_VERSION}-mappack.tar.bz2 ) " |