From 4639ce17c6d12f7e5dde55ebf3f812c36efdbf6c Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 13 Jan 2021 18:25:30 +0100 Subject: [PATCH] add python-sphinx to make depend --- .SRCINFO | 1 + PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.SRCINFO b/.SRCINFO index 0391152..13489ba 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -7,6 +7,7 @@ pkgbase = beets-git license = MIT makedepends = python-setuptools makedepends = git + makedepends = pyhon-sphinx depends = python-six depends = python-unidecode depends = python-musicbrainzngs diff --git a/PKGBUILD b/PKGBUILD index 12e8f30..1e63653 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ license=('MIT') depends=('python-six' 'python-unidecode' 'python-musicbrainzngs' 'python-yaml' 'python-mediafile' 'python-confuse' 'python-munkres' 'python-jellyfish') -makedepends=('python-setuptools' 'git') +makedepends=('python-setuptools' 'git' 'pyhon-sphinx') optdepends=('python-requests: absubmit, fetchart, embyupdate, kodiupdate, lyrics, plexupdate plugins' 'python-pillow: fetchart, embedart, thumbnails plugins' 'python-pyacoustid: chroma plugin'