testing.r2376.becca5eb-1

This commit is contained in:
Bernardo Kuri 2024-01-05 17:49:29 -06:00
parent 28b21b26f7
commit 3a73dfe4e9
3 changed files with 19 additions and 22 deletions

View file

@ -1,15 +1,15 @@
pkgbase = nzbget-git
pkgdesc = Download from Usenet using .nzb files
pkgver = 21.4.r2400.c6db0ecb
pkgver = testing.r2376.becca5eb
pkgrel = 1
epoch = 1
url = https://github.com/nzbget-ng/nzbget
url = https://github.com/nzbgetcom/nzbget
install = nzbget.install
arch = x86_64
license = GPL
makedepends = git
makedepends = autoconf
makedepends = git
depends = libxml2
depends = openssl
optdepends = python: run scripts
optdepends = unrar: unpacking archives
optdepends = p7zip: unpacking archives
@ -18,9 +18,9 @@ pkgbase = nzbget-git
provides = nzbget-systemd
conflicts = nzbget
conflicts = nzbget-systemd
source = nzbget-git::git+https://github.com/nzbget-ng/nzbget.git#branch=develop
source = nzbget-git::git+https://github.com/nzbgetcom/nzbget.git#branch=develop
source = nzbget.service
sha256sums = SKIP
sha256sums = 4f8b03b7a52bfb7595c73cb551d2f75bde4a68c4916e4a28dbd359cd4184f097
sha256sums = e92d2d09e56930475c9f28641a3326a17aa187834e1bd6328a65b6ed7cc25e99
pkgname = nzbget-git

View file

@ -1,31 +1,28 @@
# Maintainer: selfdenial <selfdenial@pm.me>
# Maintainer: bkuri <aur+nzbget-git@bkuri.com>
# Contributor: selfdenial <selfdenial@pm.me>
# Contributor: Nicola Hinssen <nicola.hinssen@gmail.com>
# Contributor: Jan Holthuis <holthuis.jan@googlemail.com>
pkgname=nzbget-git
pkgver=21.4.r2400.c6db0ecb
pkgver=testing.r2376.becca5eb
pkgrel=1
epoch=1
pkgdesc="Download from Usenet using .nzb files"
arch=('x86_64')
url="https://github.com/nzbget-ng/nzbget"
url="https://github.com/nzbgetcom/nzbget"
license=('GPL')
depends=('libxml2')
makedepends=('git'
'autoconf')
depends=('libxml2' 'openssl')
makedepends=('autoconf' 'git')
optdepends=('python: run scripts'
'unrar: unpacking archives'
'p7zip: unpacking archives'
'par2cmdline: verificate and repair PAR 2.0 files')
provides=('nzbget'
'nzbget-systemd')
conflicts=('nzbget'
'nzbget-systemd')
provides=('nzbget' 'nzbget-systemd')
conflicts=('nzbget' 'nzbget-systemd')
install=nzbget.install
source=("$pkgname::git+https://github.com/nzbget-ng/nzbget.git#branch=develop"
source=("$pkgname::git+https://github.com/nzbgetcom/nzbget.git#branch=develop"
"nzbget.service")
sha256sums=('SKIP'
'4f8b03b7a52bfb7595c73cb551d2f75bde4a68c4916e4a28dbd359cd4184f097')
'e92d2d09e56930475c9f28641a3326a17aa187834e1bd6328a65b6ed7cc25e99')
pkgver() {
cd "$pkgname"
@ -35,6 +32,7 @@ pkgver() {
build() {
cd "$srcdir/$pkgname"
make clean
autoreconf --install
./configure --prefix=/usr --sbindir='/usr/bin' --enable-parcheck --with-tlslib=OpenSSL
make
@ -46,12 +44,11 @@ package() {
make DESTDIR="$pkgdir/" install
install -d "${pkgdir}/usr/share/nzbget"
install -m 644 -t "${pkgdir}/usr/share/nzbget" README
install -m 644 -t "${pkgdir}/usr/share/nzbget" README.md
cd "$srcdir"
install -d "${pkgdir}/usr/lib/systemd/system"
install -m 644 -t "${pkgdir}/usr/lib/systemd/system" nzbget.service
install -dm 750 "${pkgdir}/var/lib/nzbget"
}

View file

@ -1,6 +1,6 @@
[Unit]
Description=NZBGet Daemon
Documentation=https://nzbget-ng.github.io/Documentation
Documentation=https://nzbget.com/documentation/
After=network.target
[Service]