mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
python3-mpd2: update to 3.1.1.
This commit is contained in:
parent
4405cd3d47
commit
1c99da5160
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-mpd2'
|
||||
pkgname=python3-mpd2
|
||||
version=3.0.4
|
||||
revision=5
|
||||
version=3.1.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
|
@ -10,8 +10,8 @@ short_desc="Python3 MPD client library"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/Mic92/python-mpd2"
|
||||
distfiles="https://github.com/Mic92/python-mpd2/archive/v${version}.tar.gz"
|
||||
checksum=05ac5d339932f5d0557cb10c43bf4f1df74937f660125cf7fdd0f1691da98278
|
||||
distfiles="https://github.com/Mic92/python-mpd2/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=9c8485c8900af294b7287fd5fb061c0cc34827ef13e26d5728ae6a24afe56d4b
|
||||
|
||||
do_check() {
|
||||
python3 -m unittest mpd.tests
|
||||
|
|
Loading…
Add table
Reference in a new issue