python3-pyacoustid: update to 1.2.0.

Closes: #26977 [via git-merge-pr]
This commit is contained in:
Nathan Owens 2020-12-05 18:34:04 -06:00 committed by Andrew J. Hesford
parent 2cfcc4d0bf
commit f30ce6193b

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pyacoustid'
pkgname=python3-pyacoustid
version=1.1.5
revision=5
version=1.2.0
revision=1
wrksrc="pyacoustid-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -11,9 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/sampsyo/pyacoustid"
distfiles="${PYPI_SITE}/p/pyacoustid/pyacoustid-${version}.tar.gz"
checksum=efb6337a470c9301a108a539af7b775678ff67aa63944e9e04ce4216676cc777
checksum=5f98e34e79749439ea1b9440a0811996fdb5b12abadccfbeafda36ea9dd56d30
post_install() {
sed -n '0,/^$/p' acoustid.py > LICENSE
vlicense LICENSE
}