summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2016-09-01 11:53:58 +0200
committerCedric Girard2016-09-01 11:53:58 +0200
commitfa286cd5b7532f4b22caf7c944692a9a32b18d70 (patch)
tree4c49bef317cd30099974bb5bbb6b301689fb8c49 /PKGBUILD
parent22f27cd36cddcbe9c9eaf4724561309a583448b5 (diff)
downloadaur-fa286cd5b7532f4b22caf7c944692a9a32b18d70.tar.gz
new deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
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