diff --git a/aur/flexget/PKGBUILD b/aur/flexget/PKGBUILD index 35ed7225d..42e121182 100644 --- a/aur/flexget/PKGBUILD +++ b/aur/flexget/PKGBUILD @@ -4,19 +4,19 @@ plugrel=3 pkgname=flexget _pkgname=FlexGet -pkgver=1.0r2272 +pkgver=1.0r2441 pkgrel=1 pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)" arch=(any) url="http://flexget.com/" -depends=('python2' 'python2-cherrypy' 'python-flask' 'python-progressbar' \ +depends=('python2' 'python2-cherrypy' 'python2-flask' 'python-progressbar' \ 'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python-html5lib' \ 'python-beautifulsoup' 'python2-yaml' 'python2-feedparser') makedepends=('python2-distribute') license=('MIT') install=('flexget.install') source=("http://download.flexget.com/unstable/${_pkgname}-${pkgver}.tar.gz") -md5sums=('b0281b931beb55ee8b27d711f492fee6') +md5sums=('90dd8ebca1df4a1fcb346ee6eff582fd') build() { cd "${srcdir}/${_pkgname}-${pkgver}"