summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Leduc2016-03-18 20:53:18 +0100
committerSébastien Leduc2016-03-18 20:53:18 +0100
commit7fda23f41806118064c5b1cd95ecbccbe1a55276 (patch)
treed8f7e8915a67ad559d3a94dcb2b09cbede374a05
parent69fd7fe3f8331a04de030e1fa5f644e26ebbaad3 (diff)
downloadaur-7fda23f41806118064c5b1cd95ecbccbe1a55276.tar.gz
Fix dependency to restplus
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb9838608f59..7698366e1db4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# ven. mars 18 19:46:56 UTC 2016
+# ven. mars 18 19:53:04 UTC 2016
pkgbase = flexget
pkgdesc = Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more.
pkgver = 1.2.491
- pkgrel = 1
+ pkgrel = 2
url = http://flexget.com/
changelog = ChangeLog
arch = any
@@ -32,7 +32,7 @@ pkgbase = flexget
depends = python2-cherrypy>=3.7.0
depends = python2-flask
depends = python2-flask-restful
- depends = python2-flask-restplus=0.8.6
+ depends = python2-flask-restplus086
depends = python2-flask-compress
depends = python2-flask-login>=0.3.2
depends = python2-flask-cors>=2.1.2
diff --git a/PKGBUILD b/PKGBUILD
index 0217447601e2..7871cfe153a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=flexget
_pkgname=FlexGet
pkgver=1.2.491
-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."
@@ -38,7 +38,7 @@ depends=('python2'
'python2-cherrypy>=3.7.0'
'python2-flask'
'python2-flask-restful' #AUR#
- 'python2-flask-restplus=0.8.6' #AUR#
+ 'python2-flask-restplus086' #AUR#
'python2-flask-compress'
'python2-flask-login>=0.3.2'
'python2-flask-cors>=2.1.2'