mutagen: update to 1.43.0
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
9dd8b62189
commit
2f07317787
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'mutagen'
|
||||
pkgname=mutagen
|
||||
version=1.42.0
|
||||
version=1.43.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python-module
|
||||
pycompile_module="mutagen"
|
||||
hostmakedepends="python-devel python3-devel"
|
||||
hostmakedepends="python-devel python-setuptools python3-devel
|
||||
python3-setuptools"
|
||||
makedepends="$hostmakedepends"
|
||||
depends="python"
|
||||
short_desc="Python2 multimedia tagging library"
|
||||
|
@ -14,7 +15,7 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://github.com/quodlibet/mutagen"
|
||||
changelog="https://raw.githubusercontent.com/quodlibet/mutagen/master/NEWS"
|
||||
distfiles="${PYPI_SITE}/m/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=bb61e2456f59a9a4a259fbc08def6d01ba45a42da8eeaa97d00633b0ec5de71c
|
||||
checksum=3a982d39f1b800520a32afdebe3543f972e83a6ddd0c0198739a161ee705b588
|
||||
|
||||
alternatives="
|
||||
mutagen:mid3cp:/usr/bin/mid3cp2
|
||||
|
|
Loading…
Reference in a new issue