Skip to content
Snippets Groups Projects
Commit f41324b2 authored by Leo's avatar Leo Committed by Kevin Daudt
Browse files

community/beets: upgrade to 1.4.8

Closes GH-8074
parent f31fa209
No related branches found
No related tags found
No related merge requests found
...@@ -2,27 +2,23 @@ ...@@ -2,27 +2,23 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com> # Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=beets pkgname=beets
pkgver=1.4.7 pkgver=1.4.8
pkgrel=1 pkgrel=0
pkgdesc="Music library manager and MusicBrainz tagger" pkgdesc="Music library manager and MusicBrainz tagger"
options="!check" # Requires unpackaged dependencies
url="http://beets.io" url="http://beets.io"
arch="noarch" arch="noarch"
license="MIT" license="MIT"
depends="python3 py-mutagen py3-unidecode py3-musicbrainzngs py3-munkres depends="python3 py-mutagen py3-unidecode py3-musicbrainzngs py3-munkres
py3-setuptools py3-yaml py3-jellyfish py3-six" py3-setuptools py3-yaml py3-jellyfish py3-six"
makedepends="python3-dev py3-setuptools"
source="https://github.com/sampsyo/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" source="https://github.com/sampsyo/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
build() { build() {
cd "$builddir"
python3 setup.py build python3 setup.py build
} }
package() { package() {
cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir" python3 setup.py install --prefix=/usr --root="$pkgdir"
} }
sha512sums="6663a2ffece208a510fce9f5d3dd9c8e617cab60cdb994f7bdb13fd759cfea8882290c75c3cdf4f6de9c7d9b78845b6ed29f98b41c787c89ff8782e4ac3ec152 beets-1.4.7.tar.gz" sha512sums="449bed88185a5ecb4781719e092c2428ddc52fb8084033db64a4c0eca8899154192e7cea82517993d60326c7fe39b26429584ba368ffc35800f722d8d6a03217 beets-1.4.8.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment