[PATCH] community/py3-mpv: upgrade to 1.0.1
Export this patch
---
community/py3-mpv/APKBUILD | 8 +++++ ---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/community/py3-mpv/APKBUILD b/community/py3-mpv/APKBUILD
index 2f46ffde67..60d52295b4 100644
--- a/community/py3-mpv/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Alex McGrath <amk@amk.ie>
# Maintainer: Alex McGrath <amk@amk.ie>
pkgname=py3-mpv
- pkgver=0.5.2
- pkgrel=2
+ pkgver=1.0.1
+ pkgrel=0
pkgdesc="Python interface to the mpv media player"
url="https://github.com/jaseg/python-mpv"
arch="all"
@@ -21,4 +21,6 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
- sha512sums="cd542b0866d6c75395f1ca00bb6df3981998dd801dcee97b15e080fe66e94270f15daa674f663aa6974dcf6aa425d6e17f8476031badeec035727b2b690816f3 python-mpv-0.5.2.tar.gz"
+ sha512sums="
+ 16a6e93b63f30e535c1e3bd77702d7c703dd9c0a6a689f09e689663cac04e587bdc2135612062d791ffb38c709bc289d0297ebf9f1ddaf9b1771f25eae225f1b python-mpv-1.0.1.tar.gz
+ "
--
2.36.1
i think the things that depend on this don't work with this new version yet, but i could be wrong
oh hm, I tested it with sublime music however i didnt try it with the other things that use it
castero does seem to require 0.5.2 in its requirements.txt jellyfin-mpv-shim doesnt specify a version but i havent been able to test it working either.
castero seems to work fine, so i guess good enough :)