summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2021-01-26 12:12:28 +0100
committerGianluca Boiano2021-01-26 12:12:28 +0100
commit99fba481535360cf8ef375da482d36d3a7b7c51c (patch)
treec89de7635d23d97b9ccda0b1ded7519ab7486a18
parent1fdaee81d9511c5e8e13544e3c17f28fdb6f15a2 (diff)
downloadaur-99fba481535360cf8ef375da482d36d3a7b7c51c.tar.gz
mopidy-cd-git: first commit
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03e610ec94d6..7dd6b4b11696 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = mopidy-cd-git
makedepends = python-setuptools
makedepends = python-pip
depends = mopidy>=3
+ depends = python-musicbrainzngs
source = mopidy-cd::git+https://github.com/antosart/mopidy-cd
source = mopidy-cd.sysusers
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8dcf3792ca8a..1d7d0b31432d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='A Mopidy extension for playing music from Audio CD.'
arch=('any')
url="https://github.com/antosart/mopidy-cd"
license=('APACHE')
-depends=('mopidy>=3')
+depends=('mopidy>=3' 'python-musicbrainzngs')
makedepends=('python-setuptools' 'python-pip')
source=("${pkgname%%-git}::git+${url}"
mopidy-cd.sysusers)