sabnzbd: update to 1.1.0.
This commit is contained in:
parent
0d93614b65
commit
6aae118a2e
|
@ -25,15 +25,3 @@
|
|||
__RSS = None # Global pointer to RSS-scanner instance
|
||||
|
||||
|
||||
--- sabnzbd/growler.py
|
||||
+++ sabnzbd/growler.py
|
||||
@@ -37,7 +37,7 @@
|
||||
from sabnzbd.encoding import unicoder
|
||||
from sabnzbd.constants import NOTIFY_KEYS
|
||||
|
||||
-from gntp import GNTPRegister
|
||||
+from gntp.core import GNTPRegister
|
||||
from gntp.notifier import GrowlNotifier
|
||||
try:
|
||||
import Growl
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'sabnzbd'
|
||||
pkgname=sabnzbd
|
||||
version=1.0.3
|
||||
version=1.1.0
|
||||
revision=1
|
||||
wrksrc="SABnzbd-${version}"
|
||||
depends="par2cmdline python-cheetah python-configobj python-feedparser
|
||||
|
@ -12,7 +12,7 @@ license="GPL-2"
|
|||
homepage="http://sabnzbd.org/"
|
||||
short_desc="SABnzbd is an Open Source Binary Newsreader written in Python"
|
||||
distfiles="https://github.com/sabnzbd/sabnzbd/releases/download/${version}/SABnzbd-${version}-src.tar.gz"
|
||||
checksum=cf87d3f17fc03e8b3a4b3010261115c2ad7e2f773b5ede95a80025b340dbbd35
|
||||
checksum=3e86a897dea1c276c54ee38667a980f644f16d57df75612fe9eefa84b339ce9a
|
||||
|
||||
noarch=yes
|
||||
pycompile_dirs="/usr/share/sabnzbd"
|
||||
|
|
Loading…
Reference in New Issue