summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4e30844972c..db054a9d2088 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,11 @@ pkgdesc="Mopidy local library proxy extension for handling embedded album art"
arch=('any')
url="https://github.com/martijnboland/moped"
license=('APACHE')
-depends=('python2' 'mopidy>=0.19')
+depends=(
+ 'python2'
+ 'mopidy>=0.19'
+ 'python2-uritools'
+)
makedepends=('python2' 'python2-setuptools')
source=("https://github.com/tkem/mopidy-local-images/archive/v${pkgver}.tar.gz")