summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2015-10-10 11:15:44 +0200
committerCedric Girard2015-10-10 11:15:44 +0200
commit3e9056391c0e8cd901d3d859c5e6df107e8709bc (patch)
treee7cc66b87d2c3997f0e650dbf9e8d27e43d41694
parentaab5c28b93b07b0e7660ba2aceedb5ece0eff49d (diff)
downloadaur-3e9056391c0e8cd901d3d859c5e6df107e8709bc.tar.gz
moved web interface build to deps
They are needed to run the daemon
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD23
2 files changed, 23 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0d1192f90bc..dd9a50ebc66b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Oct 9 14:16:53 UTC 2015
+# Sat Oct 10 09:15:39 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.360.r6436.e02451b
+ pkgver = 1.2.360.r6440.168d319
pkgrel = 1
url = http://flexget.com/
arch = any
@@ -31,18 +31,18 @@ pkgbase = flexget-git
depends = python2-tmdb3
depends = python2-pynzb
depends = python2-apscheduler
+ depends = python2-flask
+ depends = python2-flask-restful
+ depends = python2-ordereddict
+ depends = python2-flask-restplus072
+ depends = python2-cherrypy>=3.7.0
+ depends = python2-flask-assets>=0.11
+ depends = python2-cssmin
+ depends = python2-flask-compress
+ depends = python2-flask-login>=0.3.2
+ depends = python2-libsass>=0.8.3
optdepends = python2-guppy: for memusage plugin
optdepends = python2-transmissionrpc: Transmission support
- 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 8593d0e5a546..381bfff9d61d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=1.2.360.r6436.e02451b
+pkgver=1.2.360.r6440.168d319
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -37,20 +37,19 @@ depends=('python2'
'python2-tmdb3' #AUR#
'python2-pynzb' #AUR#
'python2-apscheduler' #AUR#
- # undocumented in FlexGet.egg-info/requires.txt
+ 'python2-flask'
+ 'python2-flask-restful' #AUR#
+ 'python2-ordereddict'
+ 'python2-flask-restplus072'
+ 'python2-cherrypy>=3.7.0'
+ 'python2-flask-assets>=0.11' #AUR#
+ 'python2-cssmin' #AUR#
+ 'python2-flask-compress'
+ 'python2-flask-login>=0.3.2'
+ 'python2-libsass>=0.8.3'
)
optdepends=('python2-guppy: for memusage plugin' #AUR#
'python2-transmissionrpc: Transmission support' #AUR#
- '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'