diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-19 03:43:15 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-19 03:43:15 +0000 |
commit | e326eefd3e4853a3b36ef72eba0b21d21170de31 (patch) | |
tree | 5ffb9c48ffa81fa59fc8278d1abb6cf10f0e1682 /community/nzbget | |
parent | 9959727f4ef9acd6805bb372e98323a01468246e (diff) |
Sat Jul 19 03:34:45 UTC 2014
Diffstat (limited to 'community/nzbget')
-rw-r--r-- | community/nzbget/PKGBUILD | 12 | ||||
-rw-r--r-- | community/nzbget/nzbget.changelog | 3 |
2 files changed, 8 insertions, 7 deletions
diff --git a/community/nzbget/PKGBUILD b/community/nzbget/PKGBUILD index a2c6702c9..722f5c33b 100644 --- a/community/nzbget/PKGBUILD +++ b/community/nzbget/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 111849 2014-05-25 18:53:23Z jlichtblau $ +# $Id: PKGBUILD 115895 2014-07-18 06:20:23Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Alexander Rødseth <rodseth@gmail.com> pkgname=nzbget -pkgver=12.0 -pkgrel=2 +pkgver=13.0 +pkgrel=1 pkgdesc="Download from Usenet using .nzb files" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64') url="http://nzbget.sourceforge.net/" license=('GPL') depends=('libpar2' 'libsigc++' 'libxml2' 'python') changelog=${pkgname}.changelog source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz) -sha256sums=('023c4e3b9c7e920d9ea72b60135b438ce13543454f79984c06fd15365b9a882e') +sha256sums=('666f5244f31f10333a18450e7a6c1ac729ac68594042236711ba99dd32e78f8e') build() { cd ${pkgname}-${pkgver} @@ -29,5 +29,3 @@ package() { install -d "${pkgdir}"/usr/share/${pkgname} install -m644 -t "${pkgdir}"/usr/share/${pkgname} AUTHORS ChangeLog README } - -# vim: ts=2 sw=2 et: diff --git a/community/nzbget/nzbget.changelog b/community/nzbget/nzbget.changelog index 7b3d4c097..8819a6447 100644 --- a/community/nzbget/nzbget.changelog +++ b/community/nzbget/nzbget.changelog @@ -1,3 +1,6 @@ +2014-07-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * nzbget 13.0-1 + 2014-05-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> * nzbget 12.0-2 FS#40075 implemented |