diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-07-29 10:32:08 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-07-29 14:10:41 -0400 |
commit | 1d484f6fd5cc98516a0d517991843b0ccc664e35 (patch) | |
tree | b7fa473085c730d4f6ec6f2467ab4ebb202fc847 /media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-9999.ebuild | |
parent | media-plugins/kodi-audiodecoder-snesapu: 2.1.3 version bump (diff) | |
download | gentoo-1d484f6fd5cc98516a0d517991843b0ccc664e35.tar.gz gentoo-1d484f6fd5cc98516a0d517991843b0ccc664e35.tar.bz2 gentoo-1d484f6fd5cc98516a0d517991843b0ccc664e35.zip |
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>
Diffstat (limited to 'media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-9999.ebuild')
-rw-r--r-- | media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
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 |