mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
aur/flexget to 1.0r3030-1
This commit is contained in:
parent
e65f758204
commit
bfca3accd4
1 changed files with 3 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue