aur/flexget to 1.0r2441-1

This commit is contained in:
Kevin Mihelich 2011-10-22 21:00:35 -04:00
parent d400575fec
commit 68d887c5dd

View file

@ -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}"