mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-mpv: update to 0.3.10
This commit is contained in:
parent
e9af99e68c
commit
0e6603d8ad
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-mpv'
|
# Template file for 'python3-mpv'
|
||||||
pkgname=python3-mpv
|
pkgname=python3-mpv
|
||||||
version=0.3.9
|
version=0.3.10
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="python-mpv-${version}"
|
wrksrc="python-mpv-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,4 +13,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="AGPL-3.0-or-later"
|
license="AGPL-3.0-or-later"
|
||||||
homepage="https://github.com/jaseg/python-mpv"
|
homepage="https://github.com/jaseg/python-mpv"
|
||||||
distfiles="https://github.com/jaseg/python-mpv/archive/v${version}.tar.gz"
|
distfiles="https://github.com/jaseg/python-mpv/archive/v${version}.tar.gz"
|
||||||
checksum=31ea56d1df50f42ec6ca232575a527483ed54967df867d143c47019636372c81
|
checksum=5e65e896c41d5e6fd8a78c155d2be492dfe9961be2cb1375a8d14a7fc47aa9e8
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue