summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-08-05 11:26:31 +0200
committerCedric Girard2016-08-05 11:26:31 +0200
commit22f27cd36cddcbe9c9eaf4724561309a583448b5 (patch)
tree24bf6d68273e8cf9527f63c80e193e0b3dcc9be0
parent6d0987ebbf6036b700779ca08b5029b42aa125b3 (diff)
downloadaur-22f27cd36cddcbe9c9eaf4724561309a583448b5.tar.gz
works now with newer versions of python2-beautifulsoup4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c320e3643609..83b7059d0340 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jul 28 08:55:07 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 = 2.2.1.r10404.52ccc59
+ pkgver = 2.2.9.r10436.1304c76
pkgrel = 1
url = http://flexget.com/
arch = any
@@ -17,10 +15,8 @@ pkgbase = flexget-git
depends = python2-sqlalchemy>=1.0.9
depends = python2-sqlalchemy<=1.999
depends = python2-yaml
- depends = python2-beautifulsoup4>=4.1
- depends = python2-beautifulsoup4<4.5
+ depends = python2-beautifulsoup4>=4.5
depends = python2-html5lib>=0.11
- depends = python2-html5lib<=0.9999999
depends = python2-pyrss2gen
depends = python2-pynzb
depends = python2-rpyc
diff --git a/PKGBUILD b/PKGBUILD
index 76480c77c392..34ee3393f259 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=2.2.1.r10404.52ccc59
+pkgver=2.2.9.r10436.1304c76
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -20,10 +20,8 @@ depends=('python2'
'python2-sqlalchemy>=1.0.9'
'python2-sqlalchemy<=1.999'
'python2-yaml'
- 'python2-beautifulsoup4>=4.1'
- 'python2-beautifulsoup4<4.5'
+ 'python2-beautifulsoup4>=4.5'
'python2-html5lib>=0.11'
- 'python2-html5lib<=0.9999999'
'python2-pyrss2gen' #AUR#
'python2-pynzb' #AUR#
'python2-rpyc' #AUR#