diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-15 21:04:39 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-15 21:24:52 +0100 |
commit | 2d66703572a6a5fd015d2c701951f48c7bc5f684 (patch) | |
tree | 1b8674ea0c1c7e9a1793a1ed7b4cc2cf9a91e3f1 /media-plugins/vdr-mlist | |
parent | sci-misc/repsnapper: Switch to git-r3 (diff) | |
download | gentoo-2d66703572a6a5fd015d2c701951f48c7bc5f684.tar.gz gentoo-2d66703572a6a5fd015d2c701951f48c7bc5f684.tar.bz2 gentoo-2d66703572a6a5fd015d2c701951f48c7bc5f684.zip |
media-plugins/vdr-mlist: fixed bad filename in src_uri
Package-Manager: Portage-2.3.81, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-mlist')
-rw-r--r-- | media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild b/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild index c047342de017..4657167a5bca 100644 --- a/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild +++ b/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild @@ -7,7 +7,7 @@ inherit vdr-plugin-2 DESCRIPTION="VDR plugin: Show a history of the last OSD message" HOMEPAGE="https://github.com/jowi24/vdr-mlist" -SRC_URI="https://github.com/jowi24/vdr-mlist/archive/1.0.2.tar.gz" +SRC_URI="https://github.com/jowi24/vdr-mlist/archive/${PV}.tar.gz" KEYWORDS="amd64 x86" SLOT="0" |