summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2016-04-05 12:44:24 +0200
committerCedric Girard2016-04-05 12:44:24 +0200
commit0d33ade0ae8145fcf1ca628a34681a14b0a10663 (patch)
tree032ce79b71ca0e6a17b0c57b6349bb3d17b1a905 /PKGBUILD
parentc2aa1ce0eea40cbc654ed32f6ebf1c55689608e0 (diff)
downloadaur-0d33ade0ae8145fcf1ca628a34681a14b0a10663.tar.gz
some invalid deps versions excluded
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89cfe413964c..63961e236867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=1.2.496.r8389.fb3fc8a
+pkgver=1.2.503.r8477.c45edd6
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -30,11 +30,11 @@ depends=('python2'
'python2-jinja'
'python2-requests>=2.8.0'
'python2-requests<3.0'
- 'python2-dateutil'
+ 'python2-dateutil<2.5.2'
'python2-jsonschema>=2.0' #AUR#
'python2-path' #AUR#
'python2-guessit>=2.0.1'
- 'python2-apscheduler' #AUR#
+ 'python2-apscheduler<3.1.0' #AUR#
'python2-pytvmaze>=1.4.8'
'python2-ordereddict>=1.1'
'python2-cherrypy>=3.7.0'