summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2018-02-04 16:30:24 +0100
committerCedric Girard2018-02-04 16:30:24 +0100
commit1ad43f7de9258b6202cba7d2280af86a6e0e0d6b (patch)
tree75b99f91402222ba7700a7565a659c099af25769 /PKGBUILD
parentce83af9179f4712f05c193852cc86d71d75564fa (diff)
downloadaur-1ad43f7de9258b6202cba7d2280af86a6e0e0d6b.tar.gz
update to 2.12.x
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d7c20539388..76647dcf3d8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=flexget-git
_pkgname=Flexget
-pkgver=2.11.11.r12945.acccb0c8a
+pkgver=2.12.4.r13028.a127d0793
pkgrel=1
pkgdesc="Automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more."
@@ -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.11.*.dev0-py3.6.egg-info/*
+ chmod ugo+r ${pkgdir}/usr/lib/python3.6/site-packages/FlexGet-2.12.*.dev0-py3.6.egg-info/*
# install systemd user unit
install -Dm644 ../flexget.service "${pkgdir}"/usr/lib/systemd/user/flexget.service