python-pyacoustid: update to 1.1.4.

This commit is contained in:
Michael Gehring 2016-12-17 09:37:58 +00:00
parent 9ed5c0a432
commit 497a8e7d00

View file

@ -1,6 +1,6 @@
# Template file for 'python-pyacoustid'
pkgname=python-pyacoustid
version=1.1.3
version=1.1.4
revision=1
noarch=yes
wrksrc="pyacoustid-${version}"
@ -14,4 +14,9 @@ maintainer="Steven R <dev@styez.com>"
homepage="https://github.com/sampsyo/pyacoustid"
license="MIT"
distfiles="${PYPI_SITE}/p/pyacoustid/pyacoustid-${version}.tar.gz"
checksum=6e303cb34ad10a3a3b50f6b969ef3269a0b6f0fbe713b8e8ead800d47621c06f
checksum=b54bc803e936e49170f01febcf89621dda4a1ebb3d407e04e9ead290fa3a6cf3
post_install() {
sed -n '0,/^$/p' acoustid.py > LICENSE
vlicense LICENSE
}