1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

testing/mpv-sponsorblock: upgrade to 2.2.0 && enable on loongarch64

This commit is contained in:
DWwanghao 2025-06-13 15:15:40 +08:00 committed by Patrycja Rosa
parent cce7a609c1
commit 6ae52f57ff

View file

@ -1,17 +1,18 @@
# Maintainer: Cowington Post <cowingtonpost@gmail.com>
pkgname=mpv-sponsorblock
pkgver=2.1.0
pkgver=2.2.0
pkgrel=0
pkgdesc="MPV plugin that allows you to skip sponsors while watching YouTube videos"
url="https://github.com/TheCactusVert/mpv-sponsorblock"
# loongarch64: libc crate
arch="all !loongarch64"
# x86: mpv-client-sys library has a buffer overflow vulnerability
arch="all !x86"
license="MIT"
depends="mpv"
makedepends="
cargo
cargo-auditable
mpv-dev
clang-dev
"
source="https://github.com/TheCactusVert/mpv-sponsorblock/archive/v$pkgver/mpv-sponsorblock-$pkgver.tar.gz"
options="!check" # no tests
@ -35,5 +36,5 @@ package() {
}
sha512sums="
60c673ef37e72aad87e69a533311fe2172fd53cc687f29d64560b35d2b272d16cbda523536312992170bcab2d5d84d7b4bdc91a7b75bdf8e76f4b21dccc6bd79 mpv-sponsorblock-2.1.0.tar.gz
149357a39a990ba68c2c457273ac0381407b61f056e62a475edefc2eb6e8158934e6eb03478c42289f886a36f987856c1e9307dd09c01320f17a239e27b07593 mpv-sponsorblock-2.2.0.tar.gz
"