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

@@ -11,9 +11,10 @@ MY_PN="mpv-scripts"
DESCRIPTION="Gives mpv the capability to copy and paste while being smart and customizable"
HOMEPAGE="https://github.com/Eisa01/mpv-scripts"
SRC_URI="https://github.com/Eisa01/${MY_PN}/archive/refs/tags/2.2.1.tar.gz -> Eisa01-${MY_PN}-2.2.1.tar.gz"
S="${WORKDIR}/${MY_PN}-2.2.1/scripts"
LICENSE="BSD-2"
KEYWORDS="~amd64"
@@ -24,6 +25,4 @@ RDEPEND="
)
"
S="${WORKDIR}/${MY_PN}-2.2.1/scripts"
MPV_PLUGIN_FILES=( ${PN}.lua )