summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-03-19 12:54:43 +0100
committerCedric Girard2016-03-19 12:54:43 +0100
commit62a44441f050a09e1fba14c5e279022ff98d0ea1 (patch)
treead801a5c701ebf6283d784a172f8634d4c946116
parent5cb1b9bbc6609e77df05015e7f8f333f1d62873b (diff)
downloadaur-62a44441f050a09e1fba14c5e279022ff98d0ea1.tar.gz
python2-request min version increased
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d75d4e5302a..c636ed9b0709 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 14 13:45:41 UTC 2016
+# Sat Mar 19 11:54:37 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.482.r8269.372fa62
+ pkgver = 1.2.492.r8376.ab7ad70
pkgrel = 1
url = http://flexget.com/
arch = any
@@ -25,8 +25,8 @@ pkgbase = flexget-git
depends = python2-progressbar
depends = python2-rpyc
depends = python2-jinja
- depends = python2-requests>=1.0
- depends = python2-requests<2.99
+ depends = python2-requests>=2.8.0
+ depends = python2-requests<3.0
depends = python2-dateutil
depends = python2-jsonschema>=2.0
depends = python2-path
diff --git a/PKGBUILD b/PKGBUILD
index 89ff183dce3c..46e2b696a4fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=1.2.482.r8269.372fa62
+pkgver=1.2.492.r8376.ab7ad70
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -28,8 +28,8 @@ depends=('python2'
'python2-progressbar'
'python2-rpyc' #AUR#
'python2-jinja'
- 'python2-requests>=1.0'
- 'python2-requests<2.99'
+ 'python2-requests>=2.8.0'
+ 'python2-requests<3.0'
'python2-dateutil'
'python2-jsonschema>=2.0' #AUR#
'python2-path' #AUR#