summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Leduc2016-03-18 20:47:15 +0100
committerSébastien Leduc2016-03-18 20:47:15 +0100
commit69fd7fe3f8331a04de030e1fa5f644e26ebbaad3 (patch)
tree265aede979c87d580370b9e070e9dab14e190dc7
parent2df270468b2e164a31e83221086c89ea296ab46e (diff)
downloadaur-69fd7fe3f8331a04de030e1fa5f644e26ebbaad3.tar.gz
Bump to 1.2.491 and fix version of python2-flask-restplus to 0.8.6
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 188589e1cb0a..bb9838608f59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# dim. mars 13 17:46:23 UTC 2016
+# ven. mars 18 19:46:56 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.481
- pkgrel = 2
+ pkgver = 1.2.491
+ pkgrel = 1
url = http://flexget.com/
changelog = ChangeLog
arch = any
@@ -32,7 +32,7 @@ pkgbase = flexget
depends = python2-cherrypy>=3.7.0
depends = python2-flask
depends = python2-flask-restful
- depends = python2-flask-restplus
+ depends = python2-flask-restplus=0.8.6
depends = python2-flask-compress
depends = python2-flask-login>=0.3.2
depends = python2-flask-cors>=2.1.2
@@ -41,10 +41,10 @@ pkgbase = flexget
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.481.tar.gz
+ source = https://pypi.python.org/packages/source/F/FlexGet/FlexGet-1.2.491.tar.gz
source = flexget.service
source = http://download.flexget.com/ChangeLog
- sha256sums = 62e3a9cb59dced0885874db1ad494d48556e06251d0f6454def60e6da231d9fd
+ sha256sums = 16fb4d7b3c0cb58c0dd13c62d1b4d0314a4eb3cd1491e7a8b199977b98bf494c
sha256sums = e2c3a958ed0c286337cd37fba1d6cbdf4306c57fcddf2b9cc43615ce80ae83aa
sha256sums = dcc1bc676b8c2b798fa9a7e0ed2b6853323e9e9d8ff696696dddeaf29cbc13d6
diff --git a/PKGBUILD b/PKGBUILD
index 8cd3ab6fbd40..0217447601e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=flexget
_pkgname=FlexGet
-pkgver=1.2.481
-pkgrel=2
+pkgver=1.2.491
+pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -38,7 +38,7 @@ depends=('python2'
'python2-cherrypy>=3.7.0'
'python2-flask'
'python2-flask-restful' #AUR#
- 'python2-flask-restplus' #AUR#
+ 'python2-flask-restplus=0.8.6' #AUR#
'python2-flask-compress'
'python2-flask-login>=0.3.2'
'python2-flask-cors>=2.1.2'
@@ -60,7 +60,7 @@ source=("https://pypi.python.org/packages/source/F/FlexGet/${_pkgname}-${pkgver}
changelog=ChangeLog
-sha256sums=('62e3a9cb59dced0885874db1ad494d48556e06251d0f6454def60e6da231d9fd'
+sha256sums=('16fb4d7b3c0cb58c0dd13c62d1b4d0314a4eb3cd1491e7a8b199977b98bf494c'
'e2c3a958ed0c286337cd37fba1d6cbdf4306c57fcddf2b9cc43615ce80ae83aa'
'dcc1bc676b8c2b798fa9a7e0ed2b6853323e9e9d8ff696696dddeaf29cbc13d6')