mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 15:29:38 +01:00
The original project has been archived in GitHub. This commit updates the upstream URL to use the latest active fork: https://github.com/nzbget-ng/nzbget. Also add autoconf make depends required to build nzbget-ng in addition to enabling conflict with the nzbget-systemd package.
This commit is contained in:
parent
9ff41f4fcf
commit
92fe148d2b
2 changed files with 14 additions and 10 deletions
9
.SRCINFO
9
.SRCINFO
|
|
@ -1,13 +1,14 @@
|
|||
pkgbase = nzbget-git
|
||||
pkgdesc = Download from Usenet using .nzb files
|
||||
pkgver = 21.0.r2309.5dda6b2e
|
||||
pkgver = 21.4.r2397.6ddacdb2
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://github.com/nzbget/nzbget
|
||||
url = https://github.com/nzbget-ng/nzbget
|
||||
install = nzbget.install
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = git
|
||||
makedepends = autoconf
|
||||
depends = libxml2
|
||||
optdepends = python: run scripts
|
||||
optdepends = unrar: unpacking archives
|
||||
|
|
@ -16,10 +17,10 @@ pkgbase = nzbget-git
|
|||
provides = nzbget
|
||||
provides = nzbget-systemd
|
||||
conflicts = nzbget
|
||||
source = nzbget-git::git+https://github.com/nzbget/nzbget.git#branch=develop
|
||||
conflicts = nzbget-systemd
|
||||
source = nzbget-git::git+https://github.com/nzbget-ng/nzbget.git#branch=develop
|
||||
source = nzbget.service
|
||||
sha256sums = SKIP
|
||||
sha256sums = 66b2c2fbe949f6406a49674d28a2bdd258b20780ba47a586b640d6cc4d99f7c2
|
||||
|
||||
pkgname = nzbget-git
|
||||
|
||||
|
|
|
|||
15
PKGBUILD
15
PKGBUILD
|
|
@ -1,25 +1,27 @@
|
|||
# Maintainer: Nicola Hinssen <nicola.hinssen@gmail.com>
|
||||
# Maintainer: selfdenial <hidden>
|
||||
# Contributor: Jan Holthuis <holthuis.jan@googlemail.com>
|
||||
|
||||
pkgname=nzbget-git
|
||||
pkgver=21.0.r2309.5dda6b2e
|
||||
pkgver=21.4.r2397.6ddacdb2
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Download from Usenet using .nzb files"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/nzbget/nzbget"
|
||||
url="https://github.com/nzbget-ng/nzbget"
|
||||
license=('GPL')
|
||||
depends=('libxml2')
|
||||
makedepends=('git')
|
||||
makedepends=('git'
|
||||
'autoconf')
|
||||
optdepends=('python: run scripts'
|
||||
'unrar: unpacking archives'
|
||||
'p7zip: unpacking archives'
|
||||
'par2cmdline: verificate and repair PAR 2.0 files')
|
||||
provides=('nzbget'
|
||||
'nzbget-systemd')
|
||||
conflicts=('nzbget')
|
||||
conflicts=('nzbget'
|
||||
'nzbget-systemd')
|
||||
install=nzbget.install
|
||||
source=("$pkgname::git+https://github.com/nzbget/nzbget.git#branch=develop"
|
||||
source=("$pkgname::git+https://github.com/nzbget-ng/nzbget.git#branch=develop"
|
||||
"nzbget.service")
|
||||
sha256sums=('SKIP'
|
||||
'66b2c2fbe949f6406a49674d28a2bdd258b20780ba47a586b640d6cc4d99f7c2')
|
||||
|
|
@ -32,6 +34,7 @@ pkgver() {
|
|||
build() {
|
||||
cd "$srcdir/$pkgname"
|
||||
|
||||
autoreconf --install
|
||||
./configure --prefix=/usr --sbindir='/usr/bin' --enable-parcheck --with-tlslib=OpenSSL
|
||||
make
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue