mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/flexget to 1.0r2441-1
This commit is contained in:
parent
d400575fec
commit
68d887c5dd
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue