aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-09 02:02:55 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-09 02:02:55 -0300
commite4f1d8a2790d7687122d08aeeb6b9efd188b30ae (patch)
treed55c490f6425d4150103655a08be725f5eaf4211
parent3af5831d6fa5dc3655d62673b4d12170c06bf76b (diff)
community/beets: drop dep on py3-setuptools
-rw-r--r--community/beets/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/beets/APKBUILD b/community/beets/APKBUILD
index ea30992053f..2a749ec8991 100644
--- a/community/beets/APKBUILD
+++ b/community/beets/APKBUILD
@@ -3,17 +3,17 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=beets
pkgver=1.4.9
-pkgrel=4
+pkgrel=5
pkgdesc="Music library manager and MusicBrainz tagger"
options="!check" # Requires unpackaged dependencies
url="https://beets.io"
arch="noarch"
license="MIT"
subpackages="$pkgname-doc"
-makedepends="py3-sphinx"
depends="python3 py3-mutagen py3-unidecode py3-musicbrainzngs py3-munkres
- py3-setuptools py3-yaml py3-jellyfish py3-six"
-source="https://github.com/sampsyo/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz
+ py3-yaml py3-jellyfish py3-six"
+makedepends="py3-sphinx py3-setuptools"
+source="https://github.com/sampsyo/beets/releases/download/v$pkgver/beets-$pkgver.tar.gz
0001-Try-to-work-around-a-Werkzeug-change.patch
0001-compatibility-with-breaking-changes-to-the-ast-modul.patch"