summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Leduc2016-01-24 11:37:58 +0100
committerSébastien Leduc2016-01-24 11:37:58 +0100
commit2dd6e05070337a53795307cf3dc821c2b072e722 (patch)
tree233d97dd38b03f6806c11b93856f100738636169
parente971d71672d93d9f871f147762b0d9cd2577a58b (diff)
downloadaur-2dd6e05070337a53795307cf3dc821c2b072e722.tar.gz
Organize dependencies to match upstream pavement.py order + remove useless libsass dependency
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8813a663eb8f..9015136bdd5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=flexget
_pkgname=FlexGet
pkgver=1.2.436
-pkgrel=1
+pkgrel=2
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -20,32 +20,31 @@ depends=('python2'
'python2-sqlalchemy'
'python2-yaml'
'python2-beautifulsoup4'
- 'python2-guessit>=2.0rc5'
'python2-html5lib'
'python2-pyrss2gen' #AUR#
+ 'python2-pynzb' #AUR#
'python2-progressbar'
'python2-rpyc' #AUR#
'python2-jinja'
- 'python2-path' #AUR#
'python2-requests'
'python2-dateutil'
'python2-jsonschema'
- 'python2-pytvmaze>=1.4.4' #AUR#
'python2-tmdb3' #AUR#
- 'python2-pynzb' #AUR#
+ 'python2-path' #AUR#
+ 'python2-guessit>=2.0rc5'
'python2-apscheduler' #AUR#
'python2-flask'
'python2-flask-restful' #AUR#
- 'python2-flask-restplus' #AUR#
'python2-ordereddict'
+ 'python2-flask-restplus' #AUR#
'python2-cherrypy>=3.7.0'
'python2-flask-assets>=0.11' #AUR#
'python2-cssmin' #AUR#
'python2-flask-compress'
'python2-flask-login>=0.3.2'
- 'python2-libsass>=0.8.3'
'python2-pyparsing>=2.0.3'
'python2-pyscss>=1.3.4'
+ 'python2-pytvmaze>=1.4.4' #AUR#
)
optdepends=('python2-guppy: for memusage plugin' #AUR#
'python2-transmissionrpc: Transmission support' #AUR#