mirror of
https://github.com/archlinux/aur.git
synced 2026-02-21 13:04:18 +01:00
Fix dependency to restplus
This commit is contained in:
parent
69fd7fe3f8
commit
7fda23f418
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue