summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislas H.B. Sodonon2015-09-28 14:47:37 +0100
committerStanislas H.B. Sodonon2015-09-28 14:47:37 +0100
commite8612f27483ea771b3ba9988367f1bcf588f4d30 (patch)
tree198ada5e8152ea48b948085a7f4a550c0bf5f4e5
parent8af6fecc063ea18ddd5ca2160905925cb20a77e2 (diff)
downloadaur-e8612f27483ea771b3ba9988367f1bcf588f4d30.tar.gz
added uritools as deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28b51cb276ae..3d199c7d9f3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = mopidy-local-images
makedepends = python2-setuptools
depends = python2
depends = mopidy>=0.19
- depends = python2-uritools
+ depends = python2-uritools>=1.0
source = https://github.com/tkem/mopidy-local-images/archive/v0.3.3.tar.gz
md5sums = 1bc4b305b61465003ccdfec2e9d10463
diff --git a/PKGBUILD b/PKGBUILD
index db054a9d2088..8db5e73a2180 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('APACHE')
depends=(
'python2'
'mopidy>=0.19'
- 'python2-uritools'
+ 'python2-uritools>=1.0'
)
makedepends=('python2' 'python2-setuptools')
source=("https://github.com/tkem/mopidy-local-images/archive/v${pkgver}.tar.gz")