mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
mpv-plugin/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -12,9 +12,10 @@ MY_P="${PN}-${COMMIT}"
|
||||
|
||||
DESCRIPTION="Fully automatic subtitle downloading for the MPV media player"
|
||||
HOMEPAGE="https://github.com/davidde/mpv-autosub"
|
||||
|
||||
SRC_URI="https://github.com/davidde/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
@@ -22,6 +23,4 @@ RDEPEND="
|
||||
media-video/subliminal
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
MPV_PLUGIN_FILES=( autosub.lua )
|
||||
|
||||
Reference in New Issue
Block a user