From 76f6bb0a387d1d07e2c375d106ce88ce98fe749e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 13 Jan 2019 23:35:06 -0200 Subject: [PATCH] sabnzbd: update to 2.3.7. --- srcpkgs/sabnzbd/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/sabnzbd/template b/srcpkgs/sabnzbd/template index cb123e735c3..fdb8c359ed1 100644 --- a/srcpkgs/sabnzbd/template +++ b/srcpkgs/sabnzbd/template @@ -1,6 +1,6 @@ # Template file for 'sabnzbd' pkgname=sabnzbd -version=2.3.6 +version=2.3.7 revision=1 noarch=yes wrksrc="SABnzbd-${version}" @@ -12,15 +12,13 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://sabnzbd.org/" distfiles="https://github.com/sabnzbd/sabnzbd/releases/download/${version}/SABnzbd-${version}-src.tar.gz" -checksum=42adde9b8a882317fccde2ea5391bd7c75286b060ffbac5bcd8de11807528315 +checksum=e175ffd315728813fb1e117f40b22f848385b19b672a8fbe776050def4764e0d post_extract() { rm -rf gntp sabnzbd/utils/{feedparser,configobj}.py rm -f licenses/License-{feedparser,configobj,gntp,Python}.txt rm -rf solaris - sed -i 's/from gntp import GNTPRegister/from gntp.core import GNTPRegister/' sabnzbd/notifier.py - # sabnzbd bundles a heavily modified version of cherrypy. It's # uncertain what base version they use, or where each individual # patch came from, so using upstream cherrypy isn't an option.