diff --git a/srcpkgs/sabnzbd/INSTALL b/srcpkgs/sabnzbd/INSTALL.msg similarity index 89% rename from srcpkgs/sabnzbd/INSTALL rename to srcpkgs/sabnzbd/INSTALL.msg index c2f61dcb868..f578350e14f 100644 --- a/srcpkgs/sabnzbd/INSTALL +++ b/srcpkgs/sabnzbd/INSTALL.msg @@ -1,13 +1,9 @@ -case "${ACTION}" in -post) - cat <<_EOF ======================================================================= Some optional packages must be installed for additional functionality: - unrar: for automatic extraction of rar archives - By default, SABnzbd will listen on 127.0.0.1:8080 - This can be changed with the -s option. See 'sabnzbd --help' for more information on configuration directives. @@ -16,6 +12,3 @@ All SABnzbd settings are stored in \$HOME/.sabnzbd. Editing global configuration files should not be necessary. ======================================================================= -_EOF - ;; -esac diff --git a/srcpkgs/sabnzbd/template b/srcpkgs/sabnzbd/template index 125133c6539..1b687f9b0f2 100644 --- a/srcpkgs/sabnzbd/template +++ b/srcpkgs/sabnzbd/template @@ -1,7 +1,7 @@ # Template file for 'sabnzbd' pkgname=sabnzbd version=0.7.18 -revision=1 +revision=2 wrksrc="SABnzbd-${version}" depends="par2cmdline python-cheetah python-configobj python-feedparser python-gntp python-openssl python-yenc unzip" maintainer="Dominik Honnef "