diff options
author | Cedric Girard | 2015-10-19 16:46:59 +0200 |
---|---|---|
committer | Cedric Girard | 2015-10-19 16:46:59 +0200 |
commit | cfd11980ed8298e470e95010d629f5111ae95bcf (patch) | |
tree | e23bc93813694aa61103fbb4bbdf6d90223cca46 /PKGBUILD | |
parent | 868746d41afd803d82fd0ad9842a549a4fc65fbb (diff) | |
download | aur-cfd11980ed8298e470e95010d629f5111ae95bcf.tar.gz |
add pyparsing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,8 +5,8 @@ pkgname=flexget-git _pkgname=Flexget -pkgver=1.2.362.r6462.6fb1e96 -pkgrel=2 +pkgver=1.2.368.r6539.cbd03b4 +pkgrel=1 pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more." @@ -46,6 +46,7 @@ depends=('python2' 'python2-cssmin' #AUR# 'python2-flask-compress' 'python2-flask-login>=0.3.2' + 'python2-pyparsing>=2.0.3' ) optdepends=('python2-guppy: for memusage plugin' #AUR# 'python2-transmissionrpc: Transmission support' #AUR# |