[arch-commits] Commit in nzbget/trunk (PKGBUILD nzbget.changelog)
Jaroslav Lichtblau
jlichtblau at nymeria.archlinux.org
Sun May 25 18:53:14 UTC 2014
Date: Sunday, May 25, 2014 @ 20:53:14
Author: jlichtblau
Revision: 111848
upgpkg: nzbget 12.0-2
Modified:
nzbget/trunk/PKGBUILD
nzbget/trunk/nzbget.changelog
------------------+
PKGBUILD | 6 +++---
nzbget.changelog | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-25 18:18:21 UTC (rev 111847)
+++ PKGBUILD 2014-05-25 18:53:14 UTC (rev 111848)
@@ -4,12 +4,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')
@@ -17,7 +17,7 @@
build() {
cd ${pkgname}-${pkgver}
- ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck
+ ./configure --prefix='/usr' --sbindir='/usr/bin' --enable-parcheck --with-tlslib=OpenSSL
make
}
Modified: nzbget.changelog
===================================================================
--- nzbget.changelog 2014-05-25 18:18:21 UTC (rev 111847)
+++ nzbget.changelog 2014-05-25 18:53:14 UTC (rev 111848)
@@ -1,3 +1,6 @@
+2014-05-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * nzbget 12.0-2 FS#40075 implemented
+
2014-01-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
* nzbget 12.0-1
More information about the arch-commits
mailing list