summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2019-07-02 17:11:25 -0400
committerCraig Andrews <candrews@gentoo.org>2019-07-02 17:16:30 -0400
commit578e03522d9081bb4040a6715089b7dd281c6b54 (patch)
tree3838612cac734581c714c8b678f048c42ecc9b76 /media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-9999.ebuild
parentmedia-plugins/kodi-game-libretro-bnes: 0.83.0.3 version bump (diff)
downloadgentoo-578e03522d9081bb4040a6715089b7dd281c6b54.tar.gz
gentoo-578e03522d9081bb4040a6715089b7dd281c6b54.tar.bz2
gentoo-578e03522d9081bb4040a6715089b7dd281c6b54.zip
media-plugins/kodi-game-libretro-dosbox: 0.74.0.3 version bump
Bug: https://bugs.gentoo.org/688474 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-9999.ebuild')
-rw-r--r--media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-9999.ebuild b/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-9999.ebuild
index 44c31d728f6e..3e5fcb2608a7 100644
--- a/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-9999.ebuild
+++ b/media-plugins/kodi-game-libretro-dosbox/kodi-game-libretro-dosbox-9999.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
@@ -15,8 +15,9 @@ if [[ ${PV} == *9999 ]]; then
inherit git-r3
else
KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/kodi-game/game.libretro.dosbox/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/game.libretro.dosbox-${PV}"
+ CODENAME="Leia"
+ SRC_URI="https://github.com/kodi-game/game.libretro.dosbox/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/game.libretro.dosbox-${PV}-${CODENAME}"
fi
LICENSE="GPL-2"