summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Leduc2016-03-13 18:46:40 +0100
committerSébastien Leduc2016-03-13 18:46:40 +0100
commit2df270468b2e164a31e83221086c89ea296ab46e (patch)
tree36e4a217609b508311dd3a1d0d14cee5cf10fdeb
parent3c2bbea65716731ee4b9ee0093d1d537f288e025 (diff)
downloadaur-2df270468b2e164a31e83221086c89ea296ab46e.tar.gz
Bump to 1.2.481
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD19
2 files changed, 19 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79d49a7079ca..188589e1cb0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# dim. janv. 24 10:39:09 UTC 2016
+# dim. mars 13 17:46:23 UTC 2016
pkgbase = flexget
pkgdesc = Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more.
- pkgver = 1.2.436
+ pkgver = 1.2.481
pkgrel = 2
url = http://flexget.com/
changelog = ChangeLog
@@ -24,29 +24,27 @@ pkgbase = flexget
depends = python2-requests
depends = python2-dateutil
depends = python2-jsonschema
- depends = python2-tmdb3
depends = python2-path
- depends = python2-guessit>=2.0rc5
+ depends = python2-guessit>=2.0.3
depends = python2-apscheduler
+ depends = python2-pytvmaze>=1.4.5
+ depends = python2-ordereddict
+ depends = python2-cherrypy>=3.7.0
depends = python2-flask
depends = python2-flask-restful
- depends = python2-ordereddict
depends = python2-flask-restplus
- 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-flask-cors>=2.1.2
depends = python2-pyparsing>=2.0.3
- depends = python2-pyscss>=1.3.4
- depends = python2-pytvmaze>=1.4.4
+ depends = python2-safe
optdepends = python2-guppy: for memusage plugin
optdepends = python2-transmissionrpc: Transmission support
optdepends = python2-rarfile: decompress plugin
- source = https://pypi.python.org/packages/source/F/FlexGet/FlexGet-1.2.436.tar.gz
+ source = https://pypi.python.org/packages/source/F/FlexGet/FlexGet-1.2.481.tar.gz
source = flexget.service
source = http://download.flexget.com/ChangeLog
- sha256sums = a7d44df937220a93476f480861ad78e83631f9366e1d9c41126130f58ab14f76
+ sha256sums = 62e3a9cb59dced0885874db1ad494d48556e06251d0f6454def60e6da231d9fd
sha256sums = e2c3a958ed0c286337cd37fba1d6cbdf4306c57fcddf2b9cc43615ce80ae83aa
sha256sums = dcc1bc676b8c2b798fa9a7e0ed2b6853323e9e9d8ff696696dddeaf29cbc13d6
diff --git a/PKGBUILD b/PKGBUILD
index 9015136bdd5c..8cd3ab6fbd40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget
_pkgname=FlexGet
-pkgver=1.2.436
+pkgver=1.2.481
pkgrel=2
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -29,22 +29,21 @@ depends=('python2'
'python2-requests'
'python2-dateutil'
'python2-jsonschema'
- 'python2-tmdb3' #AUR#
+# 'python2-tmdb3' #AUR#
'python2-path' #AUR#
- 'python2-guessit>=2.0rc5'
+ 'python2-guessit>=2.0.3'
'python2-apscheduler' #AUR#
+ 'python2-pytvmaze>=1.4.5' #AUR#
+ 'python2-ordereddict'
+ 'python2-cherrypy>=3.7.0'
'python2-flask'
'python2-flask-restful' #AUR#
- 'python2-ordereddict'
'python2-flask-restplus' #AUR#
- 'python2-cherrypy>=3.7.0'
- 'python2-flask-assets>=0.11' #AUR#
- 'python2-cssmin' #AUR#
'python2-flask-compress'
'python2-flask-login>=0.3.2'
+ 'python2-flask-cors>=2.1.2'
'python2-pyparsing>=2.0.3'
- 'python2-pyscss>=1.3.4'
- 'python2-pytvmaze>=1.4.4' #AUR#
+ 'python2-safe'
)
optdepends=('python2-guppy: for memusage plugin' #AUR#
'python2-transmissionrpc: Transmission support' #AUR#
@@ -61,7 +60,7 @@ source=("https://pypi.python.org/packages/source/F/FlexGet/${_pkgname}-${pkgver}
changelog=ChangeLog
-sha256sums=('a7d44df937220a93476f480861ad78e83631f9366e1d9c41126130f58ab14f76'
+sha256sums=('62e3a9cb59dced0885874db1ad494d48556e06251d0f6454def60e6da231d9fd'
'e2c3a958ed0c286337cd37fba1d6cbdf4306c57fcddf2b9cc43615ce80ae83aa'
'dcc1bc676b8c2b798fa9a7e0ed2b6853323e9e9d8ff696696dddeaf29cbc13d6')