python-audioread: update to 2.1.2.

This commit is contained in:
Michael Gehring 2016-02-21 05:53:07 +01:00
parent 75ec3d9a98
commit 079de4ebf7

View File

@ -1,6 +1,6 @@
# Template file for 'python-audioread'
pkgname=python-audioread
version=2.0.0
version=2.1.2
revision=1
noarch=yes
wrksrc="audioread-${version}"
@ -13,4 +13,9 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://github.com/sampsyo/audioread/"
license="MIT"
distfiles="${PYPI_SITE}/a/audioread/audioread-${version}.tar.gz"
checksum=88c73dad947f92cdb98787d6f30913a3bce2636305ac4cd0dac1738908cb2055
checksum=c624232c7e9341dd4283fc2777129f522bef3c3350b0e6f02b288799e1cba1af
post_install() {
sed -n '2,14p' decode.py > LICENSE
vlicense LICENSE
}