Date: Thursday, August 18, 2022 @ 13:58:12 Author: alucryd Revision: 1267352
FS#74623: add missing optdeps Modified: beets/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-18 13:49:34 UTC (rev 1267351) +++ PKGBUILD 2022-08-18 13:58:12 UTC (rev 1267352) @@ -3,7 +3,7 @@ pkgname=beets pkgver=1.6.0 -pkgrel=2 +pkgrel=3 pkgdesc='Flexible music library manager and tagger' arch=(any) url=https://beets.io/ @@ -14,6 +14,7 @@ python-mediafile python-munkres python-musicbrainzngs + python-reflink python-setuptools python-six python-unidecode @@ -35,7 +36,6 @@ python-nose python-nose-exclude python-pylast - python-reflink python-requests-oauthlib python-responses python-xdg @@ -51,6 +51,7 @@ 'gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins' 'imagemagick: Thumbnails plugin' 'python-beautifulsoup4: Lyrics plugin' + 'python-discogs-client: Discogs plugin' 'python-flask: Web plugin' 'python-gobject: ReplayGain plugin' 'python-mpd2: MPDStats plugin' @@ -57,6 +58,7 @@ 'python-pyacoustid: Chromaprint/Acoustid plugin' 'python-pylast: LastGenre plugin' 'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins' + 'python-requests-oauthlib: Beatport plugin' 'python-xdg: Thumbnails plugin' ) _tag=19371805e70c34e06ddd1ee3bd2e23a23827f845
