Skip to content
Snippets Groups Projects
Commit c66bcbf6 authored by Jaroslav Lichtblau's avatar Jaroslav Lichtblau
Browse files

upgpkg: 12.0-2

parent ef8f6ae6
No related branches found
Tags 20171213
No related merge requests found
......@@ -3,12 +3,12 @@
pkgname=nzbget
pkgver=12.0
pkgrel=1
pkgrel=2
pkgdesc="Download from Usenet using .nzb files"
arch=('x86_64' 'i686')
url="http://nzbget.sourceforge.net/"
license=('GPL')
depends=('gnutls' 'libpar2' 'libsigc++' 'libxml2' 'python')
depends=('libpar2' 'libsigc++' 'libxml2' 'python')
changelog=${pkgname}.changelog
source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
sha256sums=('023c4e3b9c7e920d9ea72b60135b438ce13543454f79984c06fd15365b9a882e')
......@@ -16,7 +16,7 @@ sha256sums=('023c4e3b9c7e920d9ea72b60135b438ce13543454f79984c06fd15365b9a882e')
build() {
cd ${pkgname}-${pkgver}
./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck
./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck --with-tlslib=OpenSSL
make
}
......
2014-05-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* nzbget 12.0-2 FS#40075 implemented
2014-01-14 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* nzbget 12.0-1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment