summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2015-08-26 12:26:15 +0200
committerCedric Girard2015-08-26 12:26:15 +0200
commitb5252e220034e79bbebd109952d9503272471969 (patch)
treebec21c4fdb07cc52d3ff90a43c7c5688c7ecc2a3 /PKGBUILD
parenta0fff10eaada9f505a47777e2767a6dc3c8512da (diff)
downloadaur-b5252e220034e79bbebd109952d9503272471969.tar.gz
add rarfile as a dep for Decompress plugin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c43da34a9e6..5b07acbc3c3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=1.2.345.r6166.f624fa6
-pkgrel=2
+pkgver=1.2.347.r6179.349ae92
+pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -43,6 +43,7 @@ optdepends=('python2-guppy: for memusage plugin' #AUR#
'python2-transmissionrpc: Transmission support' #AUR#
'python2-cherrypy: web interface'
'python2-flask: web interface'
+ 'python2-rarfile: decompress plugin' #AUR#
)
makedepends=('python2-paver'
'python2-setuptools'