mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 15:29:38 +01:00
Update documentation link and restore credit to Nicola Hinssen
This commit is contained in:
parent
92fe148d2b
commit
28b21b26f7
3 changed files with 8 additions and 7 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = nzbget-git
|
||||
pkgdesc = Download from Usenet using .nzb files
|
||||
pkgver = 21.4.r2397.6ddacdb2
|
||||
pkgver = 21.4.r2400.c6db0ecb
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://github.com/nzbget-ng/nzbget
|
||||
|
|
@ -21,6 +21,6 @@ pkgbase = nzbget-git
|
|||
source = nzbget-git::git+https://github.com/nzbget-ng/nzbget.git#branch=develop
|
||||
source = nzbget.service
|
||||
sha256sums = SKIP
|
||||
sha256sums = 66b2c2fbe949f6406a49674d28a2bdd258b20780ba47a586b640d6cc4d99f7c2
|
||||
sha256sums = 4f8b03b7a52bfb7595c73cb551d2f75bde4a68c4916e4a28dbd359cd4184f097
|
||||
|
||||
pkgname = nzbget-git
|
||||
|
|
|
|||
7
PKGBUILD
7
PKGBUILD
|
|
@ -1,8 +1,9 @@
|
|||
# Maintainer: selfdenial <hidden>
|
||||
# Maintainer: selfdenial <selfdenial@pm.me>
|
||||
# Contributor: Nicola Hinssen <nicola.hinssen@gmail.com>
|
||||
# Contributor: Jan Holthuis <holthuis.jan@googlemail.com>
|
||||
|
||||
pkgname=nzbget-git
|
||||
pkgver=21.4.r2397.6ddacdb2
|
||||
pkgver=21.4.r2400.c6db0ecb
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Download from Usenet using .nzb files"
|
||||
|
|
@ -24,7 +25,7 @@ install=nzbget.install
|
|||
source=("$pkgname::git+https://github.com/nzbget-ng/nzbget.git#branch=develop"
|
||||
"nzbget.service")
|
||||
sha256sums=('SKIP'
|
||||
'66b2c2fbe949f6406a49674d28a2bdd258b20780ba47a586b640d6cc4d99f7c2')
|
||||
'4f8b03b7a52bfb7595c73cb551d2f75bde4a68c4916e4a28dbd359cd4184f097')
|
||||
|
||||
pkgver() {
|
||||
cd "$pkgname"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[Unit]
|
||||
Description=NZBGet Daemon
|
||||
Documentation=http://nzbget.net/Documentation
|
||||
Documentation=https://nzbget-ng.github.io/Documentation
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
|
|
@ -14,4 +14,4 @@ KillMode=process
|
|||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue