mpv-plugin/mpv_sponsorblock_minimal: update snapshot

also add myself as maintainer

Signed-off-by: NRK <nrk@disroot.org>
This commit is contained in:
NRK
2024-02-17 01:54:42 +00:00
parent 92aa07107c
commit 5055a59394
3 changed files with 12 additions and 10 deletions

View File

@@ -1 +1 @@
DIST mpv_sponsorblock_minimal-2022.02.07.tar.gz 14172 BLAKE2B 200249e6fcdf0580aae81dffe4ae1da24d98385ddd51d3b6bac23ed399a22f6e78089b9bbfb79d568a174eb886744bc3267a777651e480616ef13290801c72f3 SHA512 b7af7409d5496857dac064137cd417c85ab7389ed8539664a2cf305285da9a0932b37c7ab3e4aa9cbd97817adf588f4d329460276e0425528f00763ae7983862
DIST mpv_sponsorblock_minimal-2023.08.20.tar.gz 14419 BLAKE2B bb055273d1dc6f1aaeb6cc4a77f1686dc4f98930b59eeb185c379f0e9da172f960d194cc7b26fe914fd54b0fcafc6600eda5f4690561e5ba669a3243c8abf6a3 SHA512 f790ae06e26bd78b686790245d2aa135af2f0f71e11a800ad916e6ba9cc863f4be9ec7829945ac9dfe1349c51ac9f2bcba5fd4c4c3c7b08660ecce1289c7ec21

View File

@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="codeberg">jouni/mpv_sponsorblock_minimal</remote-id>
</upstream>
<maintainer type="person">
<email>nrk@disroot.org</email>
<name>NRK</name>
</maintainer>
<upstream>
<remote-id type="codeberg">jouni/mpv_sponsorblock_minimal</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,4 +1,4 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ USE_MPV="rdepend"
MPV_REQ_USE="lua"
inherit mpv-plugin
COMMIT="b71beb60eb71eb7df1266abfccd14c8cc451c643"
COMMIT="ca2844b8cf7674bfccd282d389a50427742251d3"
DESCRIPTION="A minimal script to skip sponsored segments of YouTube videos"
HOMEPAGE="https://codeberg.org/jouni/mpv_sponsorblock_minimal"
SRC_URI="https://codeberg.org/jouni/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
@@ -19,6 +19,5 @@ KEYWORDS="~amd64"
# TODO: package Lua-cURL
RDEPEND="net-misc/curl"
MPV_PLUGIN_FILES=(
sponsorblock_minimal.lua
)
MPV_PLUGIN_FILES=( sponsorblock_minimal.lua )
DOCS=( README )