diff options
Diffstat (limited to 'community/nzbget/PKGBUILD')
-rw-r--r-- | community/nzbget/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/nzbget/PKGBUILD b/community/nzbget/PKGBUILD index a2742fb2a..1bcf90acc 100644 --- a/community/nzbget/PKGBUILD +++ b/community/nzbget/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 92051 2013-05-31 00:48:23Z seblu $ +# $Id: PKGBUILD 94084 2013-07-14 10:32:42Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Alexander Rødseth <rodseth@gmail.com> pkgname=nzbget -pkgver=10.2 -pkgrel=2 +pkgver=11.0 +pkgrel=1 pkgdesc="Download from Usenet using .nzb files" arch=('x86_64' 'i686') url="http://nzbget.sourceforge.net/" @@ -13,7 +13,7 @@ depends=('gnutls' 'libpar2' 'libxml2' 'libsigc++' 'libgcrypt') makedepends=('autoconf' 'automake') changelog=$pkgname.changelog source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz) -sha256sums=('c9b878744c162e7721ffc8b048a2e4550a8ed8da6e706ee4cbd026ed2d612ec2') +sha256sums=('27abacf6c604969dc987b7e50689caef22a65dbb1690b020b0c6d147ae123b3d') build() { cd ${srcdir}/$pkgname-$pkgver |