diff --git a/srcpkgs/python-audioread/template b/srcpkgs/python-audioread/template index 82fc78e950e..585898fea29 100644 --- a/srcpkgs/python-audioread/template +++ b/srcpkgs/python-audioread/template @@ -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 " 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 +}