sabnzbd: update to version 0.7.18
This commit is contained in:
parent
f7df6db6a5
commit
592c9fccd8
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'sabnzbd'
|
# Template file for 'sabnzbd'
|
||||||
pkgname=sabnzbd
|
pkgname=sabnzbd
|
||||||
version=0.7.17
|
version=0.7.18
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="SABnzbd-${version}"
|
wrksrc="SABnzbd-${version}"
|
||||||
makedepends="par2cmdline python-cheetah python-configobj python-feedparser python-gntp python-openssl python-yenc unzip"
|
depends="par2cmdline python-cheetah python-configobj python-feedparser python-gntp python-openssl python-yenc unzip"
|
||||||
depends="${makedepends}"
|
|
||||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
# sabnzbd itself is GPL, but it bundles libraries that are covered by
|
# sabnzbd itself is GPL, but it bundles libraries that are covered by
|
||||||
# BSD, LGPL-2 and MIT. In combination, that makes this package GPL.
|
# BSD, LGPL-2 and MIT. In combination, that makes this package GPL.
|
||||||
|
@ -12,7 +11,7 @@ license="GPL"
|
||||||
homepage="http://sabnzbd.org/"
|
homepage="http://sabnzbd.org/"
|
||||||
short_desc="SABnzbd is an Open Source Binary Newsreader written in Python"
|
short_desc="SABnzbd is an Open Source Binary Newsreader written in Python"
|
||||||
distfiles="http://downloads.sourceforge.net/sabnzbdplus/SABnzbd-${version}-src.tar.gz"
|
distfiles="http://downloads.sourceforge.net/sabnzbdplus/SABnzbd-${version}-src.tar.gz"
|
||||||
checksum=a501517dbaf161deab2153118ff3b44512ee1d8984c3603bf17c593cf080eb09
|
checksum=aa05697d901b3e334e92f274b2e8788973059840be656a1545e8f2a4b070b014
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_dirs="/usr/share/sabnzbd"
|
pycompile_dirs="/usr/share/sabnzbd"
|
||||||
|
|
Loading…
Reference in New Issue