summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislas H.B. Sodonon2015-09-28 14:46:22 +0100
committerStanislas H.B. Sodonon2015-09-28 14:46:22 +0100
commit8af6fecc063ea18ddd5ca2160905925cb20a77e2 (patch)
treeb68b1c2e963edbee07cb96c02e9745029a5eff88
parentf774167a9eb92557b761032e871bf88230d2d28b (diff)
downloadaur-8af6fecc063ea18ddd5ca2160905925cb20a77e2.tar.gz
added uritools as deps
-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")