summaryrefslogtreecommitdiff
path: root/community/nzbget
diff options
context:
space:
mode:
Diffstat (limited to 'community/nzbget')
-rw-r--r--community/nzbget/PKGBUILD21
-rw-r--r--community/nzbget/nzbget.changelog3
2 files changed, 13 insertions, 11 deletions
diff --git a/community/nzbget/PKGBUILD b/community/nzbget/PKGBUILD
index c8643f291..817a8c6f4 100644
--- a/community/nzbget/PKGBUILD
+++ b/community/nzbget/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 70376 2012-05-05 12:41:24Z jlichtblau $
+# $Id: PKGBUILD 82027 2013-01-05 19:59:03Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=nzbget
-pkgver=0.8.0
+pkgver=9.0
pkgrel=1
pkgdesc="Download from Usenet using .nzb files"
arch=('x86_64' 'i686')
@@ -12,22 +12,21 @@ 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=('646939596097fafdeb0b4064b433463419e7d0d9af7fe32f6689d6b95ad77d95')
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('40f9baefcd090f81a000149a79358a2639c5154579c026dba4317c566dd19ee4')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd ${srcdir}/$pkgname-$pkgver
./configure --prefix=/usr --enable-parcheck
make CXXFLAGS="-lsigc-2.0"
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd ${srcdir}/$pkgname-$pkgver
- make DESTDIR="$pkgdir" install
- install -d "$pkgdir/usr/share/$pkgname"
- install -m644 -t "$pkgdir/usr/share/$pkgname" \
- AUTHORS postprocess-example.sh postprocess-example.conf \
- ChangeLog nzbget.conf.example README
+ make DESTDIR=${pkgdir} install
+
+ install -d ${pkgdir}/usr/share/$pkgname
+ install -m644 -t ${pkgdir}/usr/share/$pkgname AUTHORS ChangeLog README
}
diff --git a/community/nzbget/nzbget.changelog b/community/nzbget/nzbget.changelog
index 80220e1a4..c048dac67 100644
--- a/community/nzbget/nzbget.changelog
+++ b/community/nzbget/nzbget.changelog
@@ -1,3 +1,6 @@
+2013-01-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * nzbget 9.0-1
+
2012-05-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* nzbget 0.8.0-1