summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2017-03-21 21:23:05 +0100
committerCedric Girard2017-03-21 21:23:05 +0100
commit7c9e84a0c03f5a83456e5b09c946ef7f593f9fec (patch)
tree0b83d0285dac8db937fdcf7d1e9ddf026703f788
parentc87f8d35d5cf63e894cd6ac4c03caf2c761f8777 (diff)
downloadaur-7c9e84a0c03f5a83456e5b09c946ef7f593f9fec.tar.gz
new minor version 2.10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b442bb630b6..2e7e2e67f317 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.9.7.r12193.b16863523
+ pkgver = 2.10.19.r12388.152a8670d
pkgrel = 1
url = http://flexget.com/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 2aa4d9b15053..f288d91394c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=2.9.7.r12193.b16863523
+pkgver=2.10.19.r12388.152a8670d
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -108,7 +108,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/python2.7/site-packages/FlexGet-2.9.*.dev0-py2.7.egg-info/*
+ chmod ugo+r ${pkgdir}/usr/lib/python2.7/site-packages/FlexGet-2.10.*.dev0-py2.7.egg-info/*
# install systemd user unit
install -Dm644 ../flexget.service "${pkgdir}"/usr/lib/systemd/user/flexget.service