From 7fd16136199583c5822bdd87111dcca5fe939516 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sat, 5 Dec 2020 18:34:04 -0600 Subject: [PATCH] python3-pyacoustid: update to 1.2.0. --- srcpkgs/python3-pyacoustid/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-pyacoustid/template b/srcpkgs/python3-pyacoustid/template index 27ef7783d5d..8673b26e75c 100644 --- a/srcpkgs/python3-pyacoustid/template +++ b/srcpkgs/python3-pyacoustid/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyacoustid' pkgname=python3-pyacoustid -version=1.1.5 -revision=5 +version=1.2.0 +revision=1 wrksrc="pyacoustid-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,9 +11,8 @@ maintainer="Orphaned " license="MIT" homepage="https://github.com/sampsyo/pyacoustid" distfiles="${PYPI_SITE}/p/pyacoustid/pyacoustid-${version}.tar.gz" -checksum=efb6337a470c9301a108a539af7b775678ff67aa63944e9e04ce4216676cc777 +checksum=5f98e34e79749439ea1b9440a0811996fdb5b12abadccfbeafda36ea9dd56d30 post_install() { - sed -n '0,/^$/p' acoustid.py > LICENSE vlicense LICENSE }