summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-04-05 12:44:24 +0200
committerCedric Girard2016-04-05 12:44:24 +0200
commit0d33ade0ae8145fcf1ca628a34681a14b0a10663 (patch)
tree032ce79b71ca0e6a17b0c57b6349bb3d17b1a905
parentc2aa1ce0eea40cbc654ed32f6ebf1c55689608e0 (diff)
downloadaur-0d33ade0ae8145fcf1ca628a34681a14b0a10663.tar.gz
some invalid deps versions excluded
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a24aa567ea86..27c79c13255c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 24 15:24:16 UTC 2016
+# Tue Apr 5 10:44:21 UTC 2016
pkgbase = flexget-git
pkgdesc = Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more.
- pkgver = 1.2.496.r8389.fb3fc8a
+ pkgver = 1.2.503.r8477.c45edd6
pkgrel = 1
url = http://flexget.com/
arch = any
@@ -27,11 +27,11 @@ pkgbase = flexget-git
depends = python2-jinja
depends = python2-requests>=2.8.0
depends = python2-requests<3.0
- depends = python2-dateutil
+ depends = python2-dateutil<2.5.2
depends = python2-jsonschema>=2.0
depends = python2-path
depends = python2-guessit>=2.0.1
- depends = python2-apscheduler
+ depends = python2-apscheduler<3.1.0
depends = python2-pytvmaze>=1.4.8
depends = python2-ordereddict>=1.1
depends = python2-cherrypy>=3.7.0
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'