summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2016-07-26 14:38:23 +0200
committerCedric Girard2016-07-26 14:38:23 +0200
commita75fc3488b7ea9a7dc6d8c79ab0d1818712854b0 (patch)
tree91f276d546e8cc71d0ec495fe5ce6bea812dfb50 /PKGBUILD
parent955574e5adacc87cfde7bd6096e7851e838a0530 (diff)
downloadaur-a75fc3488b7ea9a7dc6d8c79ab0d1818712854b0.tar.gz
new dep version constraints
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e78e4aa76ef6..4be7ca87bb3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=2.1.6.r9766.17624fc
+pkgver=2.1.25.r10347.f88784a
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -17,12 +17,13 @@ license=('MIT')
depends=('python2'
# documented in FlexGet.egg-info/requires.txt
'python2-feedparser>=5.2.1'
- 'python2-sqlalchemy>=0.7.5'
+ 'python2-sqlalchemy>=1.0.9'
'python2-sqlalchemy<=1.999'
'python2-yaml'
'python2-beautifulsoup4>=4.1'
'python2-beautifulsoup4<4.5'
'python2-html5lib>=0.11'
+ 'python2-html5lib<=0.9999999'
'python2-pyrss2gen' #AUR#
'python2-pynzb' #AUR#
'python2-rpyc' #AUR#