From 497a8e7d00cf79243c71c2a69a5be229628008a5 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 17 Dec 2016 09:37:58 +0000 Subject: [PATCH] python-pyacoustid: update to 1.1.4. --- srcpkgs/python-pyacoustid/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-pyacoustid/template b/srcpkgs/python-pyacoustid/template index c6737b7c205..3aa6bdea5f3 100644 --- a/srcpkgs/python-pyacoustid/template +++ b/srcpkgs/python-pyacoustid/template @@ -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 " 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 +}