python3-mpv: update to 0.3.10

This commit is contained in:
Nathan Owens 2019-11-12 18:58:45 -06:00 committed by Helmut Pozimski
parent e9af99e68c
commit 0e6603d8ad

View file

@ -1,7 +1,7 @@
# Template file for 'python3-mpv'
pkgname=python3-mpv
version=0.3.9
revision=2
version=0.3.10
revision=1
archs=noarch
wrksrc="python-mpv-${version}"
build_style=python3-module
@ -13,4 +13,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="AGPL-3.0-or-later"
homepage="https://github.com/jaseg/python-mpv"
distfiles="https://github.com/jaseg/python-mpv/archive/v${version}.tar.gz"
checksum=31ea56d1df50f42ec6ca232575a527483ed54967df867d143c47019636372c81
checksum=5e65e896c41d5e6fd8a78c155d2be492dfe9961be2cb1375a8d14a7fc47aa9e8
post_install() {
vlicense LICENSE
}