summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2017-11-20 20:04:02 +0100
committerCedric Girard2017-11-20 20:04:02 +0100
commita45b6085f7a08c95aceac1ec034a188fb1f8ad8a (patch)
tree76f84a0fce99f24bdf99e39d4e12179806820392
parent048b75e272c0390f1897693571542da179f53494 (diff)
downloadaur-a45b6085f7a08c95aceac1ec034a188fb1f8ad8a.tar.gz
update to 2.11
webui v2 is now externalized there is a bug with cherrypy 12
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD10
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 256799bca886..a3dcf9b15691 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = flexget-git
pkgdesc = Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more.
- pkgver = 2.10.102.r12772.92eaef8d9
+ pkgver = 2.11.0.r12870.73040fe35
pkgrel = 1
url = http://flexget.com/
arch = any
@@ -32,6 +32,7 @@ pkgbase = flexget-git
depends = python2-terminaltables>=3.1.0
depends = python2-colorclass>=2.2.0
depends = python2-cherrypy>=3.7.0
+ depends = python2-cherrypy<12
depends = python2-flask>=0.7
depends = python2-flask-restful>=0.3.3
depends = python2-flask-restplus=0.10.1
diff --git a/PKGBUILD b/PKGBUILD
index 6f30a4ed4906..1faa9098e722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=2.10.102.r12772.92eaef8d9
+pkgver=2.11.0.r12870.73040fe35
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -37,6 +37,7 @@ depends=('python2'
'python2-terminaltables>=3.1.0'
'python2-colorclass>=2.2.0'
'python2-cherrypy>=3.7.0'
+ 'python2-cherrypy<12'
'python2-flask>=0.7'
'python2-flask-restful>=0.3.3'
'python2-flask-restplus=0.10.1'
@@ -97,11 +98,6 @@ build() {
XDG_CONFIG_HOME="${_srcdir}" bower --config.analytics=false install
XDG_CONFIG_HOME="${_srcdir}" gulp
- cd "../v2"
- yarn install
- yarn run build
-
-
}
#check() {
@@ -120,7 +116,7 @@ package() {
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
# Make sure the perms allow reading by all
- chmod ugo+r ${pkgdir}/usr/lib/python2.7/site-packages/FlexGet-2.10.*.dev0-py2.7.egg-info/*
+ chmod ugo+r ${pkgdir}/usr/lib/python2.7/site-packages/FlexGet-2.11.*.dev0-py2.7.egg-info/*
# install systemd user unit
install -Dm644 ../flexget.service "${pkgdir}"/usr/lib/systemd/user/flexget.service