Skip to content
Snippets Groups Projects
Commit 2dd39445 authored by Jaroslav Lichtblau's avatar Jaroslav Lichtblau
Browse files

FS#42744 fix

parent debcf0bc
No related branches found
Tags 20171213
No related merge requests found
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=nzbget
pkgver=14.0
pkgrel=1
pkgrel=2
pkgdesc="Download from Usenet using .nzb files"
arch=('i686' 'x86_64')
url="http://nzbget.sourceforge.net/"
license=('GPL')
depends=('libpar2' 'libsigc++' 'libxml2' 'python')
changelog=${pkgname}.changelog
depends=('libxml2' 'python')
changelog=$pkgname.changelog
source=(http://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.gz)
sha256sums=('41d243617f3523dcba86676ff1193fa361562aecdfa100ebc01bf57bc26d38e5')
......@@ -25,6 +25,6 @@ package() {
make DESTDIR="${pkgdir}" install
install -d "${pkgdir}"/usr/share/${pkgname}
install -m644 -t "${pkgdir}"/usr/share/${pkgname} AUTHORS ChangeLog README
install -d "${pkgdir}"/usr/share/$pkgname
install -m644 -t "${pkgdir}"/usr/share/$pkgname AUTHORS ChangeLog README
}
2014-11-10 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
2014-11-10 Jaroslav Lichtblau <svetlemodryd@archlinux.org>
* nzbget 14.0-1
2014-07-18 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment