diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-05-07 10:51:24 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-05-07 10:51:24 -0300 |
commit | bbcf09daf7ecaf715e986eb0eadab27a14d2408a (patch) | |
tree | e65686ba80c43b9a15038fd0a7fe177492b0470a /community/nzbget | |
parent | 479fa0a84b45b9ddb084568db5075a8592cb29ee (diff) | |
parent | 9d0c8979390868a2913fc8830a9f62a45174746b (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')
-rw-r--r-- | community/nzbget/PKGBUILD | 11 | ||||
-rw-r--r-- | community/nzbget/nzbget.changelog | 24 |
2 files changed, 29 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: diff --git a/community/nzbget/nzbget.changelog b/community/nzbget/nzbget.changelog new file mode 100644 index 000000000..80220e1a4 --- /dev/null +++ b/community/nzbget/nzbget.changelog @@ -0,0 +1,24 @@ +2012-05-05 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * nzbget 0.8.0-1 + +2012-03-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * nzbget 0.7.0-4 package signed + +2010-05-12 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * Fixed FS#19399 - missing postprocess-example.conf file + +2010-05-04 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * Update to major release 0.7.0 + +2009-10-11 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * Dependency added (gnutls) in v0.6.0-2 + +2008-03-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * Update to major release 0.6.0 + +2008-09-25 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * Update to major release 0.5.1 + +2008-09-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * Package moved to [community] + * Update to major release 0.5.0 |