beets: update to 1.6.0, adopt.
This commit is contained in:
parent
c2f38c8263
commit
25a1ef9735
1 changed files with 5 additions and 4 deletions
|
@ -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 <orphan@voidlinux.org>"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
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() {
|
||||
|
|
Loading…
Reference in a new issue