diff --git a/aur/flexget/PKGBUILD b/aur/flexget/PKGBUILD index d016eec4e..8afdfa295 100755 --- a/aur/flexget/PKGBUILD +++ b/aur/flexget/PKGBUILD @@ -2,15 +2,15 @@ # Maintainer: Nathan Owe pkgname=flexget _pkgname=FlexGet -pkgver=1.0r3122 +pkgver=1.0r3208 pkgrel=1 pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)" arch=(any) url="http://flexget.com/" depends=('python2' 'python2-cherrypy' 'python2-progressbar' \ 'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python2-html5lib' \ - 'python2-beautifulsoup3' 'python2-yaml' 'python2-feedparser' - 'python2-flask' 'python2-requests-0.10.0' 'python2-certifi>=0.0.7' + 'python2-beautifulsoup4>=4.1' 'python2-beautifulsoup3>=3.2' 'python2-yaml' 'python2-feedparser' + 'python2-flask' 'python2-requests>=0.14' 'python2-certifi>=0.0.7' 'python2-chardet>=1.0.0' 'python2-dateutil') makedepends=('python2-distribute') license=('MIT') @@ -27,4 +27,4 @@ package() { install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } -md5sums=('64ada54e313415f0235b81bd8b7b3573') +md5sums=('5bf1f41543b2a9fbe0d56dba9f110086')