From 25a1ef9735455d74e6084fb9ae094f24ec657eb7 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Thu, 2 Dec 2021 07:22:33 -0500 Subject: [PATCH] beets: update to 1.6.0, adopt. --- srcpkgs/beets/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template index e5a05f6c68..6d4a890a1d 100644 --- a/srcpkgs/beets/template +++ b/srcpkgs/beets/template @@ -1,6 +1,6 @@ # Template file for 'beets' pkgname=beets -version=1.5.0 +version=1.6.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,11 +11,12 @@ checkdepends="$depends python3-BeautifulSoup4 python3-coverage python3-Flask python3-responses python3-requests-oauthlib python3-reflink python3-rarfile python3-discogs_client python3-py7zr" short_desc="Media library management system for obsessive-compulsive music geeks" -maintainer="Orphaned " +maintainer="Joel Beckmeyer " license="MIT" -homepage="http://beets.radbox.org/" +homepage="https://beets.io" +changelog="https://raw.githubusercontent.com/beetbox/beets/master/docs/changelog.rst" distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=887f7bbac0fc14c49469e50d406fd216f914a27acf3818c6503c223f9825342b +checksum=aa6fb734e44afc9b039c0abd0edd4c7706df00d4eb4aae7afa9ff4b6bb15525d make_check=ci-skip # tests don't work as root post_install() {