summaryrefslogtreecommitdiff
path: root/community/nzbget/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nzbget/PKGBUILD')
-rw-r--r--community/nzbget/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/nzbget/PKGBUILD b/community/nzbget/PKGBUILD
index 60ca3c6d0..c850f379d 100644
--- a/community/nzbget/PKGBUILD
+++ b/community/nzbget/PKGBUILD
@@ -1,18 +1,19 @@
-# $Id: PKGBUILD 68199 2012-03-18 23:15:46Z arodseth $
+# $Id: PKGBUILD 70376 2012-05-05 12:41:24Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=nzbget
-pkgver=0.7.0
-pkgrel=4
+pkgver=0.8.0
+pkgrel=1
pkgdesc="Download from Usenet using .nzb files"
arch=('x86_64' 'i686' 'mips64el')
url="http://nzbget.sourceforge.net/"
license=('GPL')
depends=('gnutls' 'libpar2' 'libxml2' 'libsigc++' 'libgcrypt')
makedepends=('autoconf' 'automake')
+changelog=$pkgname.changelog
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('b798bbcc9f6816b4e19a95f74df067440f7ad49e1c16a3f33f99bddf7916771e')
+sha256sums=('646939596097fafdeb0b4064b433463419e7d0d9af7fe32f6689d6b95ad77d95')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -30,5 +31,3 @@ package() {
AUTHORS postprocess-example.sh postprocess-example.conf \
ChangeLog nzbget.conf.example README
}
-
-# vim:set ts=2 sw=2 et: