summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-09-28 16:54:27 +0200
committerCedric Girard2016-09-28 16:54:27 +0200
commitea4d45b45bea246da68404e886df84a28ff0f6c7 (patch)
tree6d274cf85a3139abac0b6ee418efae3ab874b6f6
parentfa286cd5b7532f4b22caf7c944692a9a32b18d70 (diff)
downloadaur-ea4d45b45bea246da68404e886df84a28ff0f6c7.tar.gz
new package version with updated dateutils dep ver
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19de43c369fc..0365e6cc0b5f 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 = 2.3.16.r10918.ff0d383
+ pkgver = 2.3.37.r11135.d53232f
pkgrel = 1
url = http://flexget.com/
arch = any
@@ -23,7 +23,7 @@ pkgbase = flexget-git
depends = python2-jinja
depends = python2-requests>=2.8.0
depends = python2-requests<3.0
- depends = python2-dateutil>=2.5.2
+ depends = python2-dateutil>=2.5.3
depends = python2-jsonschema>=2.0
depends = python2-path>=8.1.1
depends = python2-pathlib>=1.0
diff --git a/PKGBUILD b/PKGBUILD
index 2c4e56da6758..eeed87e8d14e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=2.3.16.r10918.ff0d383
+pkgver=2.3.37.r11135.d53232f
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -28,7 +28,7 @@ depends=('python2'
'python2-jinja'
'python2-requests>=2.8.0'
'python2-requests<3.0'
- 'python2-dateutil>=2.5.2'
+ 'python2-dateutil>=2.5.3'
'python2-jsonschema>=2.0' #AUR#
'python2-path>=8.1.1'
'python2-pathlib>=1.0'