summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2015-08-27 11:01:14 +0200
committerCedric Girard2015-08-27 11:01:14 +0200
commitb4bcc89508fe5ada767b933d966d6cd0eaba2cce (patch)
tree31cd7b233413aa3f0b24e50e20d1df3d93ca033d
parentb5252e220034e79bbebd109952d9503272471969 (diff)
downloadaur-b4bcc89508fe5ada767b933d966d6cd0eaba2cce.tar.gz
forbid guessit 0.10.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2455b94dc6cb..aa3fd2ceeaf3 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 = 1.2.347.r6179.349ae92
+ pkgver = 1.2.348.r6198.f99a5a3
pkgrel = 1
url = http://flexget.com/
arch = any
@@ -14,7 +14,7 @@ pkgbase = flexget-git
depends = python2-yaml
depends = python2-beautifulsoup4>=4.1
depends = python2-beautifulsoup4<4.4
- depends = python2-guessit>=0.9.3
+ depends = python2-guessit<0.10.4
depends = python2-html5lib>=0.11
depends = python2-pyrss2gen
depends = python2-progressbar
diff --git a/PKGBUILD b/PKGBUILD
index 5b07acbc3c3c..5984c924bba7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=1.2.347.r6179.349ae92
+pkgver=1.2.348.r6198.f99a5a3
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -22,7 +22,7 @@ depends=('python2'
'python2-yaml'
'python2-beautifulsoup4>=4.1'
'python2-beautifulsoup4<4.4'
- 'python2-guessit>=0.9.3'
+ 'python2-guessit<0.10.4'
'python2-html5lib>=0.11'
'python2-pyrss2gen' #AUR#
'python2-progressbar'