summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2015-10-19 16:46:59 +0200
committerCedric Girard2015-10-19 16:46:59 +0200
commitcfd11980ed8298e470e95010d629f5111ae95bcf (patch)
treee23bc93813694aa61103fbb4bbdf6d90223cca46 /PKGBUILD
parent868746d41afd803d82fd0ad9842a549a4fc65fbb (diff)
downloadaur-cfd11980ed8298e470e95010d629f5111ae95bcf.tar.gz
add pyparsing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a326072e8898..8dd93a10c791 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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#