diff --git a/.SRCINFO b/.SRCINFO index b1b6c71f65af..6c60f4f11640 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 5570c4c989fb..664e40f5bada 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,9 @@ -# Maintainer: selfdenial +# Maintainer: selfdenial +# Contributor: Nicola Hinssen # Contributor: Jan Holthuis 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" diff --git a/nzbget.service b/nzbget.service index 6ddddbc9e687..6278520338fd 100644 --- a/nzbget.service +++ b/nzbget.service @@ -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 \ No newline at end of file +WantedBy=multi-user.target