aur/flexget to 1.0r2791

This commit is contained in:
Kevin Mihelich 2012-04-15 12:43:21 -04:00
parent 9fdf446d44
commit ae2e09b815

View file

@ -4,19 +4,20 @@ plugrel=1
pkgname=flexget pkgname=flexget
_pkgname=FlexGet _pkgname=FlexGet
pkgver=1.0r2782 pkgver=1.0r2791
pkgrel=2 pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)" pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.)"
arch=(any) arch=(any)
url="http://flexget.com/" url="http://flexget.com/"
depends=('python2' 'python2-cherrypy' 'python2-flask' 'python2-progressbar' \ depends=('python2' 'python2-cherrypy' 'python2-progressbar' \
'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python-html5lib' \ 'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python2-html5lib' \
'python-beautifulsoup' 'python2-yaml' 'python2-feedparser' \ 'python-beautifulsoup' 'python2-yaml' 'python2-feedparser'
'python2-requests-0.10.0' 'python2-certifi>=0.0.7' 'python2-chardet>=1.0.0') 'python2-flask' 'python2-requests-0.10.0' 'python2-certifi>=0.0.7'
'python2-chardet>=1.0.0' 'python2-dateutil')
makedepends=('python2-distribute') makedepends=('python2-distribute')
license=('MIT') license=('MIT')
source=("http://download.flexget.com/unstable/${_pkgname}-${pkgver}.tar.gz") source=("http://download.flexget.com/unstable/${_pkgname}-${pkgver}.tar.gz")
md5sums=('e2091b19f3cc3bc205c32ea5d44a9e9d') md5sums=('6a786808d0dba17bb6b9e6ad47fbb7a4')
build() { build() {
cd "${srcdir}/${_pkgname}-${pkgver}" cd "${srcdir}/${_pkgname}-${pkgver}"