summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-09-01 11:53:58 +0200
committerCedric Girard2016-09-01 11:53:58 +0200
commitfa286cd5b7532f4b22caf7c944692a9a32b18d70 (patch)
tree4c49bef317cd30099974bb5bbb6b301689fb8c49
parent22f27cd36cddcbe9c9eaf4724561309a583448b5 (diff)
downloadaur-fa286cd5b7532f4b22caf7c944692a9a32b18d70.tar.gz
new deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83b7059d0340..19de43c369fc 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.2.9.r10436.1304c76
+ pkgver = 2.3.16.r10918.ff0d383
pkgrel = 1
url = http://flexget.com/
arch = any
@@ -39,6 +39,8 @@ pkgbase = flexget-git
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-colorclass>=2.2.0
optdepends = python2-guppy: for memusage plugin
optdepends = python2-transmissionrpc: Transmission support
optdepends = python2-rarfile: decompress plugin
diff --git a/PKGBUILD b/PKGBUILD
index 34ee3393f259..2c4e56da6758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=2.2.9.r10436.1304c76
+pkgver=2.3.16.r10918.ff0d383
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -44,6 +44,8 @@ depends=('python2'
'python2-pyparsing>=2.0.3'
'python2-safe>=0.4'
'python2-future>=0.15.2'
+ 'python2-terminaltables>=3.0.0'
+ 'python2-colorclass>=2.2.0'
)
optdepends=('python2-guppy: for memusage plugin' #AUR#
'python2-transmissionrpc: Transmission support' #AUR#
@@ -106,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.2.*.dev0-py2.7.egg-info/*
+ chmod ugo+r ${pkgdir}/usr/lib/python2.7/site-packages/FlexGet-2.3.*.dev0-py2.7.egg-info/*
# install systemd user unit
install -Dm644 ../flexget.service "${pkgdir}"/usr/lib/systemd/user/flexget.service