mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
Update aur/flexget/PKGBUILD
This commit is contained in:
parent
67129cbfb9
commit
1dcc315a2d
1 changed files with 4 additions and 4 deletions
|
@ -2,15 +2,15 @@
|
||||||
# Maintainer: Nathan Owe <ndowens.aur at gmail dot com>
|
# Maintainer: Nathan Owe <ndowens.aur at gmail dot com>
|
||||||
pkgname=flexget
|
pkgname=flexget
|
||||||
_pkgname=FlexGet
|
_pkgname=FlexGet
|
||||||
pkgver=1.0r3122
|
pkgver=1.0r3208
|
||||||
pkgrel=1
|
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-progressbar' \
|
depends=('python2' 'python2-cherrypy' 'python2-progressbar' \
|
||||||
'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python2-html5lib' \
|
'python2-pynzb' 'pyrss2gen' 'python2-sqlalchemy' 'python2-html5lib' \
|
||||||
'python2-beautifulsoup3' 'python2-yaml' 'python2-feedparser'
|
'python2-beautifulsoup4>=4.1' 'python2-beautifulsoup3>=3.2' 'python2-yaml' 'python2-feedparser'
|
||||||
'python2-flask' 'python2-requests-0.10.0' 'python2-certifi>=0.0.7'
|
'python2-flask' 'python2-requests>=0.14' 'python2-certifi>=0.0.7'
|
||||||
'python2-chardet>=1.0.0' 'python2-dateutil')
|
'python2-chardet>=1.0.0' 'python2-dateutil')
|
||||||
makedepends=('python2-distribute')
|
makedepends=('python2-distribute')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
|
@ -27,4 +27,4 @@ package() {
|
||||||
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||||
}
|
}
|
||||||
|
|
||||||
md5sums=('64ada54e313415f0235b81bd8b7b3573')
|
md5sums=('5bf1f41543b2a9fbe0d56dba9f110086')
|
||||||
|
|
Loading…
Reference in a new issue