summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2017-01-20 11:02:40 +0100
committerCedric Girard2017-01-20 11:02:40 +0100
commitc87f8d35d5cf63e894cd6ac4c03caf2c761f8777 (patch)
treea5cac127cfce4a825c3489d11c61fc3757e5eecc
parentf81254e3b05480d93520d669744fb434bbaa89a7 (diff)
downloadaur-c87f8d35d5cf63e894cd6ac4c03caf2c761f8777.tar.gz
new upstream version 2.9.7
- breaking config changes - new dependency zxcvbn-python
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f9573fff8f1..9b442bb630b6 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.6.3.r11781.51fc290
+ pkgver = 2.9.7.r12193.b16863523
pkgrel = 1
url = http://flexget.com/
arch = any
@@ -37,7 +37,7 @@ pkgbase = flexget-git
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-zxcvbn
depends = python2-future>=0.15.2
depends = python2-terminaltables>=3.1.0
depends = python2-colorclass>=2.2.0
diff --git a/PKGBUILD b/PKGBUILD
index 18403959e937..2aa4d9b15053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=2.6.3.r11781.51fc290
+pkgver=2.9.7.r12193.b16863523
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -42,7 +42,7 @@ depends=('python2'
'python2-flask-login>=0.4.0'
'python2-flask-cors>=2.1.2'
'python2-pyparsing>=2.0.3'
- 'python2-safe>=0.4'
+ 'python2-zxcvbn'
'python2-future>=0.15.2'
'python2-terminaltables>=3.1.0'
'python2-colorclass>=2.2.0'
@@ -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.6.*.dev0-py2.7.egg-info/*
+ chmod ugo+r ${pkgdir}/usr/lib/python2.7/site-packages/FlexGet-2.9.*.dev0-py2.7.egg-info/*
# install systemd user unit
install -Dm644 ../flexget.service "${pkgdir}"/usr/lib/systemd/user/flexget.service