mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user