From 079de4ebf7355ef65e2d7a45f9182ef4bf92ff28 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 21 Feb 2016 05:53:07 +0100 Subject: [PATCH] python-audioread: update to 2.1.2. --- srcpkgs/python-audioread/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 +}