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:
Lucio Sauer
2024-05-13 22:35:15 +02:00
committed by Julien Roy
parent 89d3f759c5
commit 4ef78cbd30
9 changed files with 18 additions and 25 deletions

View File

@@ -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 )