summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2018-03-05 17:41:51 +0100
committerCedric Girard2018-03-05 17:41:51 +0100
commite6a26fc9504a571502a7cef90509973b13dbc1f1 (patch)
tree7065d9361187cf59ee0726bf98ff2477e03285bb
parent1ad43f7de9258b6202cba7d2280af86a6e0e0d6b (diff)
downloadaur-e6a26fc9504a571502a7cef90509973b13dbc1f1.tar.gz
new upstream version with updated guessit and rebulk dep
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91cc04939489..7ac0bd87fb35 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.12.4.r13028.a127d0793
+ pkgver = 2.13.3.r13070.9b8b02092
pkgrel = 1
url = http://flexget.com/
arch = any
@@ -26,8 +26,8 @@ pkgbase = flexget-git
depends = python-jsonschema>=2.0
depends = python-path>=8.1.1
depends = python-pathlib>=1.0
- depends = python-guessit<=2.0.4
- depends = python-rebulk=0.8.2
+ depends = python-guessit<=2.1.4
+ depends = python-rebulk=0.9.0
depends = python-apscheduler>=3.2.0
depends = python-terminaltables>=3.1.0
depends = python-colorclass>=2.2.0
diff --git a/PKGBUILD b/PKGBUILD
index 76647dcf3d8c..6024a29197d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=2.12.4.r13028.a127d0793
+pkgver=2.13.3.r13070.9b8b02092
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -31,8 +31,8 @@ depends=('python'
'python-jsonschema>=2.0'
'python-path>=8.1.1'
'python-pathlib>=1.0'
- 'python-guessit<=2.0.4'
- 'python-rebulk=0.8.2'
+ 'python-guessit<=2.1.4'
+ 'python-rebulk=0.9.0'
'python-apscheduler>=3.2.0'
'python-terminaltables>=3.1.0'
'python-colorclass>=2.2.0'
@@ -115,7 +115,7 @@ package() {
install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
# Make sure the perms allow reading by all
- chmod ugo+r ${pkgdir}/usr/lib/python3.6/site-packages/FlexGet-2.12.*.dev0-py3.6.egg-info/*
+ chmod ugo+r ${pkgdir}/usr/lib/python3.6/site-packages/FlexGet-2.13.*.dev0-py3.6.egg-info/*
# install systemd user unit
install -Dm644 ../flexget.service "${pkgdir}"/usr/lib/systemd/user/flexget.service