Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-pyacoustid: update to 1.2.2. #35912

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 6 additions & 4 deletions srcpkgs/python3-pyacoustid/template
@@ -1,17 +1,19 @@
# Template file for 'python3-pyacoustid'
pkgname=python3-pyacoustid
version=1.2.0
revision=2
version=1.2.2
revision=1
wrksrc="pyacoustid-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="chromaprint python3-audioread python3-requests"
checkdepends="$depends"
short_desc="Python3 bindings for Chromaprint and the Acoustid API"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/sampsyo/pyacoustid"
homepage="https://github.com/beetbox/pyacoustid"
changelog="https://github.com/beetbox/pyacoustid#version-history"
distfiles="${PYPI_SITE}/p/pyacoustid/pyacoustid-${version}.tar.gz"
checksum=5f98e34e79749439ea1b9440a0811996fdb5b12abadccfbeafda36ea9dd56d30
checksum=c279d9c30a7f481f1420fc37db65833b5f9816cd364dc2acaa93a11c482d4141

post_install() {
vlicense LICENSE
Expand Down