summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-03-24 16:24:28 +0100
committerCedric Girard2016-03-24 16:24:28 +0100
commitc2aa1ce0eea40cbc654ed32f6ebf1c55689608e0 (patch)
tree3987ab8127eb326ccab08afc4eacb5194d0976ab
parent62a44441f050a09e1fba14c5e279022ff98d0ea1 (diff)
downloadaur-c2aa1ce0eea40cbc654ed32f6ebf1c55689608e0.tar.gz
increase pytvmaze requirement
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c636ed9b0709..a24aa567ea86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 19 11:54:37 UTC 2016
+# Thu Mar 24 15:24:16 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 = 1.2.492.r8376.ab7ad70
+ pkgver = 1.2.496.r8389.fb3fc8a
pkgrel = 1
url = http://flexget.com/
arch = any
@@ -32,7 +32,7 @@ pkgbase = flexget-git
depends = python2-path
depends = python2-guessit>=2.0.1
depends = python2-apscheduler
- depends = python2-pytvmaze>=1.4.4
+ depends = python2-pytvmaze>=1.4.8
depends = python2-ordereddict>=1.1
depends = python2-cherrypy>=3.7.0
depends = python2-flask>=0.7
diff --git a/PKGBUILD b/PKGBUILD
index 46e2b696a4fa..89cfe413964c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=1.2.492.r8376.ab7ad70
+pkgver=1.2.496.r8389.fb3fc8a
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -35,7 +35,7 @@ depends=('python2'
'python2-path' #AUR#
'python2-guessit>=2.0.1'
'python2-apscheduler' #AUR#
- 'python2-pytvmaze>=1.4.4'
+ 'python2-pytvmaze>=1.4.8'
'python2-ordereddict>=1.1'
'python2-cherrypy>=3.7.0'
'python2-flask>=0.7'
@@ -83,7 +83,6 @@ prepare() {
msg "Patching shebangs to point to python2"
sed -i 's/\(python\)/\12/' flexget{,/ui}/__init__.py
- python2 ./gen-changelog.py
}
build() {