From 1d484f6fd5cc98516a0d517991843b0ccc664e35 Mon Sep 17 00:00:00 2001 From: Craig Andrews <candrews@gentoo.org> Date: Wed, 29 Jul 2020 10:32:08 -0400 Subject: media-plugins/kodi-audiodecoder-stsound: 2.1.3 version bump Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Craig Andrews <candrews@gentoo.org> --- .../kodi-audiodecoder-stsound-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-9999.ebuild') diff --git a/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-9999.ebuild b/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-9999.ebuild index 7fe04f1dae88..c1b7d70e71ef 100644 --- a/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-9999.ebuild +++ b/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-9999.ebuild @@ -6,19 +6,19 @@ EAPI=7 inherit cmake kodi-addon DESCRIPTION="SPC decoder addon for Kodi" -HOMEPAGE="https://github.com/notspiff/audiodecoder.stsound" +HOMEPAGE="https://github.com/xbmc/audiodecoder.stsound" SRC_URI="" case ${PV} in 9999) SRC_URI="" - EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.stsound.git" + EGIT_REPO_URI="https://github.com/xbmc/audiodecoder.stsound.git" inherit git-r3 ;; *) - CODENAME="Leia" + CODENAME="Matrix" KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/notspiff/audiodecoder.stsound/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/xbmc/audiodecoder.stsound/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/audiodecoder.stsound-${PV}-${CODENAME}" ;; esac -- cgit v1.2.3-65-gdbad