summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {