From bfca3accd413ef41d939be8d1d794057726bb61e Mon Sep 17 00:00:00 2001 From: Kevin Mihelich <kevin@archlinuxarm.org> Date: Mon, 23 Jul 2012 23:30:10 -0400 Subject: [PATCH] aur/flexget to 1.0r3030-1 --- aur/flexget/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aur/flexget/PKGBUILD b/aur/flexget/PKGBUILD index 2e9e22e16..0d45aeed4 100755 --- a/aur/flexget/PKGBUILD +++ b/aur/flexget/PKGBUILD @@ -2,14 +2,14 @@ # Maintainer: Nathan Owe <ndowens.aur at gmail dot com> pkgname=flexget _pkgname=FlexGet -pkgver=1.0r2983 +pkgver=1.0r3030 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' \ - 'python-beautifulsoup' 'python2-yaml' 'python2-feedparser' + 'python2-beautifulsoup3' 'python2-yaml' 'python2-feedparser' 'python2-flask' 'python2-requests-0.10.0' 'python2-certifi>=0.0.7' 'python2-chardet>=1.0.0' 'python2-dateutil') makedepends=('python2-distribute') @@ -27,4 +27,4 @@ package() { install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } -md5sums=('c9e46bba947c2f83a65c598f4f107df5') +md5sums=('a17a43c031f4650981bf3ef8c635e38c')