summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2016-07-28 10:55:10 +0200
committerCedric Girard2016-07-28 10:55:10 +0200
commit6d0987ebbf6036b700779ca08b5029b42aa125b3 (patch)
tree40a0ca983c0322c310f93fe6244544ee0c6701de
parenta75fc3488b7ea9a7dc6d8c79ab0d1818712854b0 (diff)
downloadaur-6d0987ebbf6036b700779ca08b5029b42aa125b3.tar.gz
upstream: 2.1 -> 2.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efcc304e51f6..c320e3643609 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jul 26 12:38:02 UTC 2016
+# Thu Jul 28 08:55:07 UTC 2016
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.1.25.r10347.f88784a
+ pkgver = 2.2.1.r10404.52ccc59
pkgrel = 1
url = http://flexget.com/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 4be7ca87bb3c..76480c77c392 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=2.1.25.r10347.f88784a
+pkgver=2.2.1.r10404.52ccc59
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.1.*.dev0-py2.7.egg-info/*
+ chmod ugo+r ${pkgdir}/usr/lib/python2.7/site-packages/FlexGet-2.2.*.dev0-py2.7.egg-info/*
# install systemd user unit
install -Dm644 ../flexget.service "${pkgdir}"/usr/lib/systemd/user/flexget.service