summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-07-04 11:26:31 +0200
committerCedric Girard2016-07-04 11:26:31 +0200
commit955574e5adacc87cfde7bd6096e7851e838a0530 (patch)
tree6c9ebf343e2e7b02eb46a81521feb50d58390bc2
parentc0611fb9349639db8512854ed416c0f7cb275c02 (diff)
downloadaur-955574e5adacc87cfde7bd6096e7851e838a0530.tar.gz
new upstream version with updated dep
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fa326f3124e..7ef30f56e72a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 9 11:00:57 UTC 2016
+# Mon Jul 4 09:26:11 UTC 2016
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.0.16.r9359.cc99fd6
+ pkgver = 2.1.6.r9766.17624fc
pkgrel = 1
url = http://flexget.com/
arch = any
@@ -31,7 +31,7 @@ pkgbase = flexget-git
depends = python2-path>=8.1.1
depends = python2-pathlib>=1.0
depends = python2-guessit<=2.0.4
- depends = python2-apscheduler<3.1.0
+ depends = python2-apscheduler>=3.2.0
depends = python2-cherrypy>=3.7.0
depends = python2-flask>=0.7
depends = python2-flask-restful>=0.3.3
diff --git a/PKGBUILD b/PKGBUILD
index fb10e9939e5f..e78e4aa76ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=2.0.16.r9359.cc99fd6
+pkgver=2.1.6.r9766.17624fc
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -34,7 +34,7 @@ depends=('python2'
'python2-path>=8.1.1'
'python2-pathlib>=1.0'
'python2-guessit<=2.0.4'
- 'python2-apscheduler<3.1.0' #AUR#
+ 'python2-apscheduler>=3.2.0'
'python2-cherrypy>=3.7.0'
'python2-flask>=0.7'
'python2-flask-restful>=0.3.3' #AUR#
@@ -107,7 +107,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.0.*.dev0-py2.7.egg-info/*
+ chmod ugo+r ${pkgdir}/usr/lib/python2.7/site-packages/FlexGet-2.1.*.dev0-py2.7.egg-info/*
# install systemd user unit
install -Dm644 ../flexget.service "${pkgdir}"/usr/lib/systemd/user/flexget.service