summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-11-07 10:49:32 +0100
committerCedric Girard2016-11-07 10:49:32 +0100
commit68c6aaa617717296bd9fa23ab53fcf0dbfbb3059 (patch)
treecfcdad12c69b88c02aeb3faeeb2841b9b43ae298
parent5f009d1171b363e68e0ade8feb9a69a3ebd24485 (diff)
downloadaur-68c6aaa617717296bd9fa23ab53fcf0dbfbb3059.tar.gz
new dep version for flask-login and terminaltables
Due to changes in the IPC protocol, you will not be able to connect to a running daemon using cli commands that is an earlier version than 2.5.0. Remember to stop your daemon before upgrading to ensure you can elegantly shut it down.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3832fcdcf275..a983820fa4f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = 2.3.45.r11178.a8b98c7
+ pkgver = 2.5.16.r11681.13aaeec
pkgrel = 1
url = http://flexget.com/
arch = any
@@ -34,12 +34,12 @@ pkgbase = flexget-git
depends = python2-flask-restful>=0.3.3
depends = python2-flask-restplus=0.8.6
depends = python2-flask-compress>=1.2.1
- depends = python2-flask-login>=0.3.2
+ depends = python2-flask-login>=0.4.0
depends = python2-flask-cors>=2.1.2
depends = python2-pyparsing>=2.0.3
depends = python2-safe>=0.4
depends = python2-future>=0.15.2
- depends = python2-terminaltables>=3.0.0
+ depends = python2-terminaltables>=3.1.0
depends = python2-colorclass>=2.2.0
optdepends = python2-guppy: for memusage plugin
optdepends = python2-transmissionrpc: Transmission support
diff --git a/PKGBUILD b/PKGBUILD
index 80d6f137470f..c93db241d7e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=2.3.45.r11178.a8b98c7
+pkgver=2.5.16.r11681.13aaeec
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -39,12 +39,12 @@ depends=('python2'
'python2-flask-restful>=0.3.3' #AUR#
'python2-flask-restplus=0.8.6'
'python2-flask-compress>=1.2.1'
- 'python2-flask-login>=0.3.2'
+ 'python2-flask-login>=0.4.0'
'python2-flask-cors>=2.1.2'
'python2-pyparsing>=2.0.3'
'python2-safe>=0.4'
'python2-future>=0.15.2'
- 'python2-terminaltables>=3.0.0'
+ 'python2-terminaltables>=3.1.0'
'python2-colorclass>=2.2.0'
)
optdepends=('python2-guppy: for memusage plugin' #AUR#
@@ -108,7 +108,7 @@ package() {
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
# Make sure the perms allow reading by all
- chmod ugo+r ${pkgdir}/usr/lib/python2.7/site-packages/FlexGet-2.3.*.dev0-py2.7.egg-info/*
+ chmod ugo+r ${pkgdir}/usr/lib/python2.7/site-packages/FlexGet-2.5.*.dev0-py2.7.egg-info/*
# install systemd user unit
install -Dm644 ../flexget.service "${pkgdir}"/usr/lib/systemd/user/flexget.service