summaryrefslogtreecommitdiff
path: root/community/nzbget/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-05-07 10:51:24 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-05-07 10:51:24 -0300
commitbbcf09daf7ecaf715e986eb0eadab27a14d2408a (patch)
treee65686ba80c43b9a15038fd0a7fe177492b0470a /community/nzbget/PKGBUILD
parent479fa0a84b45b9ddb084568db5075a8592cb29ee (diff)
parent9d0c8979390868a2913fc8830a9f62a45174746b (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/ruby-gtk2/PKGBUILD core/lvm2/PKGBUILD
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: