mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-mpv: update to 0.4.5.
This commit is contained in:
parent
3c2f1e8252
commit
651f63ca3e
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'python3-mpv'
|
# Template file for 'python3-mpv'
|
||||||
pkgname=python3-mpv
|
pkgname=python3-mpv
|
||||||
version=0.3.10
|
version=0.4.5
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="python-mpv-${version}"
|
wrksrc="python-mpv-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="mpv.py"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3 mpv"
|
depends="python3 mpv"
|
||||||
short_desc="Python3 interface to the MPV media player"
|
short_desc="Python3 interface to the MPV media player"
|
||||||
|
@ -13,7 +12,7 @@ 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=5e65e896c41d5e6fd8a78c155d2be492dfe9961be2cb1375a8d14a7fc47aa9e8
|
checksum=0473f6753a9aa9c3bc4143b338bf505f0adfadb8c627824f535ccd6f8877c3d5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue