summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2015-10-09 16:17:10 +0200
committerCedric Girard2015-10-09 16:17:10 +0200
commitaab5c28b93b07b0e7660ba2aceedb5ece0eff49d (patch)
treec31afccd552a065bc7fc33c6a3ca3ddfc5f138f0 /PKGBUILD
parentb4bcc89508fe5ada767b933d966d6cd0eaba2cce (diff)
downloadaur-aab5c28b93b07b0e7660ba2aceedb5ece0eff49d.tar.gz
update deps for new webui
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 10 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5984c924bba7..8593d0e5a546 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=1.2.348.r6198.f99a5a3
+pkgver=1.2.360.r6436.e02451b
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -41,8 +41,16 @@ depends=('python2'
)
optdepends=('python2-guppy: for memusage plugin' #AUR#
'python2-transmissionrpc: Transmission support' #AUR#
- 'python2-cherrypy: web interface'
'python2-flask: web interface'
+ 'python2-flask'
+ 'python2-flask-restful: web interface' #AUR#
+ 'python2-ordereddict: web interface'
+ 'python2-flask-restplus072: web interface'
+ 'python2-cherrypy>=3.7.0: web interface'
+ 'python2-flask-assets>=0.11: web interface' #AUR#
+ 'python2-cssmin: web interface' #AUR#
+ 'python2-flask-compress: web interface'
+ 'python2-flask-login>=0.3.2: web interface'
'python2-rarfile: decompress plugin' #AUR#
)
makedepends=('python2-paver'