summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 099e4b16d095..28b51cb276ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = mopidy-local-images
makedepends = python2-setuptools
depends = python2
depends = mopidy>=0.19
+ depends = python2-uritools
source = https://github.com/tkem/mopidy-local-images/archive/v0.3.3.tar.gz
md5sums = 1bc4b305b61465003ccdfec2e9d10463
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")