summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2016-03-24 16:24:28 +0100
committerCedric Girard2016-03-24 16:24:28 +0100
commitc2aa1ce0eea40cbc654ed32f6ebf1c55689608e0 (patch)
tree3987ab8127eb326ccab08afc4eacb5194d0976ab /PKGBUILD
parent62a44441f050a09e1fba14c5e279022ff98d0ea1 (diff)
downloadaur-c2aa1ce0eea40cbc654ed32f6ebf1c55689608e0.tar.gz
increase pytvmaze requirement
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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() {