[arch-commits] Commit in nzbget/trunk (PKGBUILD nzbget.changelog)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Oct 25 08:15:51 UTC 2015


    Date: Sunday, October 25, 2015 @ 09:15:50
  Author: jlichtblau
Revision: 144951

upgpkg: nzbget 16.2-2 - FS#46862 implemented

Modified:
  nzbget/trunk/PKGBUILD
  nzbget/trunk/nzbget.changelog

------------------+
 PKGBUILD         |    5 +++--
 nzbget.changelog |    3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-25 02:34:58 UTC (rev 144950)
+++ PKGBUILD	2015-10-25 08:15:50 UTC (rev 144951)
@@ -4,12 +4,13 @@
 
 pkgname=nzbget
 pkgver=16.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Download from Usenet using .nzb files"
 arch=('i686' 'x86_64')
 url="http://nzbget.net/"
 license=('GPL')
-depends=('libxml2' 'python')
+depends=('libxml2')
+optdepends=('python: to run included scripts')
 changelog=$pkgname.changelog
 source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz)
 sha256sums=('39f55617d11ac6d4755c16f3add52b72bacd5f7ae69879856c3b6e1c1c1b9ca7')

Modified: nzbget.changelog
===================================================================
--- nzbget.changelog	2015-10-25 02:34:58 UTC (rev 144950)
+++ nzbget.changelog	2015-10-25 08:15:50 UTC (rev 144951)
@@ -1,3 +1,6 @@
+2015-10-25 Jaroslav Lichtblau <svetlemodryd at archlinux.org>
+  * nzbget 16.2-2 FS#46862 fix
+
 2015-10-24 Jaroslav Lichtblau <svetlemodryd at archlinux.org>
   * nzbget 16.2-1
 



More information about the arch-commits mailing list