summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2015-10-09 16:17:10 +0200
committerCedric Girard2015-10-09 16:17:10 +0200
commitaab5c28b93b07b0e7660ba2aceedb5ece0eff49d (patch)
treec31afccd552a065bc7fc33c6a3ca3ddfc5f138f0
parentb4bcc89508fe5ada767b933d966d6cd0eaba2cce (diff)
downloadaur-aab5c28b93b07b0e7660ba2aceedb5ece0eff49d.tar.gz
update deps for new webui
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 22 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa3fd2ceeaf3..d0d1192f90bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Oct 9 14:16:53 UTC 2015
pkgbase = flexget-git
pkgdesc = Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more.
- pkgver = 1.2.348.r6198.f99a5a3
+ pkgver = 1.2.360.r6436.e02451b
pkgrel = 1
url = http://flexget.com/
arch = any
@@ -31,8 +33,16 @@ pkgbase = flexget-git
depends = python2-apscheduler
optdepends = python2-guppy: for memusage plugin
optdepends = python2-transmissionrpc: Transmission support
- optdepends = python2-cherrypy: web interface
optdepends = python2-flask: web interface
+ optdepends = python2-flask
+ optdepends = python2-flask-restful: web interface
+ optdepends = python2-ordereddict: web interface
+ optdepends = python2-flask-restplus072: web interface
+ optdepends = python2-cherrypy>=3.7.0: web interface
+ optdepends = python2-flask-assets>=0.11: web interface
+ optdepends = python2-cssmin: web interface
+ optdepends = python2-flask-compress: web interface
+ optdepends = python2-flask-login>=0.3.2: web interface
optdepends = python2-rarfile: decompress plugin
provides = flexget
conflicts = flexget
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'