summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-05-29 16:33:20 +0200
committer Dimitris Zlatanidis2015-05-29 16:33:20 +0200
commitcaa2badcbcb5cceedef54e63e117310f72250d70 (patch)
tree9e534ebc104dfb1f9b5ff061672318d581088115 /network
parent228a33167b12f93ebcc0cefcd349f7e80a31e5e3 (diff)
downloadslackbuilds-caa2badcbcb5cceedef54e63e117310f72250d70.tar.gz
network/flexget: Updated for version 1.2.315.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network')
-rw-r--r--network/flexget/README4
-rw-r--r--network/flexget/flexget.SlackBuild2
-rw-r--r--network/flexget/flexget.info8
3 files changed, 9 insertions, 5 deletions
diff --git a/network/flexget/README b/network/flexget/README
index 02f0d66080..7f27fda0a8 100644
--- a/network/flexget/README
+++ b/network/flexget/README
@@ -5,3 +5,7 @@ plugins for sites that do not provide any kind of useful feeds.
FlexGet is extremely useful in conjunction with applications which have
watch directory support, such as rtorrent.
+
+Optional dependencies: Flask - for web interface
+ CherryPy - for web interface
+ guppy - for memusage plugin
diff --git a/network/flexget/flexget.SlackBuild b/network/flexget/flexget.SlackBuild
index db0ccbf2ae..951a6949c3 100644
--- a/network/flexget/flexget.SlackBuild
+++ b/network/flexget/flexget.SlackBuild
@@ -28,7 +28,7 @@
SRCNAM=FlexGet
PRGNAM=${SRCNAM,,}
-VERSION=${VERSION:-1.2.308}
+VERSION=${VERSION:-1.2.315}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/flexget/flexget.info b/network/flexget/flexget.info
index 585d692cce..be56c0692d 100644
--- a/network/flexget/flexget.info
+++ b/network/flexget/flexget.info
@@ -1,10 +1,10 @@
PRGNAM="flexget"
-VERSION="1.2.308"
+VERSION="1.2.315"
HOMEPAGE="http://flexget.com/"
-DOWNLOAD="https://pypi.python.org/packages/source/F/FlexGet/FlexGet-1.2.308.tar.gz"
-MD5SUM="63866eab717cf8d0b6fac365a7fd6b44"
+DOWNLOAD="https://pypi.python.org/packages/source/F/FlexGet/FlexGet-1.2.315.tar.gz"
+MD5SUM="c3f4cd6ba9f82b0ac458df2f23e28571"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="Paver feedparser SQLAlchemy PyYAML BeautifulSoup4 html5lib PyRSS2Gen pynzb progressbar Flask CherryPy python-requests python-dateutil jsonschema python-tvrage tmdb3 rpyc guppy path.py guessit APScheduler"
+REQUIRES="Paver feedparser SQLAlchemy PyYAML BeautifulSoup4 html5lib PyRSS2Gen pynzb progressbar python-requests python-dateutil jsonschema python-tvrage tmdb3 rpyc path.py guessit APScheduler"
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"