aur/sabnzbd to 0.7.12-1

This commit is contained in:
Mike Brown 2013-06-04 09:21:02 -04:00
parent d22a13bfc6
commit 6bf409ce08
2 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgname=sabnzbd
_pkgname=SABnzbd
pkgver=0.7.11
pkgver=0.7.12
pkgrel=1
pkgdesc="A web-interface based binary newsgrabber with NZB file support"
url="http://www.sabnzbd.org"
@ -14,14 +14,14 @@ install="${pkgname}.install"
backup=("etc/conf.d/sabnzbd" "opt/${pkgname}/${pkgname}.ini")
source=("http://downloads.sourceforge.net/sabnzbdplus/${_pkgname}-${pkgver}-src.tar.gz"
"${pkgname}" "${pkgname}.desktop" "addnzb.sh" "nzb-2.png" "sab2_64.png" "x-nzb.xml" "${pkgname}.service" "${pkgname}.confd")
md5sums=('ce87a787b6275a627ef9b37e10b13a66'
md5sums=('b65be986a64241894f38ce170a9581ec'
'48d60a1c626503c7fef1bc5374390513'
'f9bd5485072714b11f8c30a28024dc4d'
'69b9bcbcf67ff3e7a4cdd9f26e001341'
'2a49c07b1e3e6448eabe92644315f983'
'fdc878dd0f6f25617e627b04409abbbd'
'11fb2cd1451e3725b08bfc2bd045be54'
'd64b7a6609279a6ba1fcb04e8f36dcd1'
'7da9222f3b86abfed590950f48dc2e77'
'8fc2607a7961fc643ef4f6640166322a')
package() {

View file

@ -3,8 +3,7 @@ Description=SABnzbd binary newsreader
After=network.target
[Service]
Type=simple
ExecStart=/bin/sh -c "python2 /opt/sabnzbd/SABnzbd.py -l0"
ExecStart=/opt/sabnzbd/SABnzbd.py -l0
User=sabnzbd
Group=sabnzbd