testing.r2388.7348b19c-2

This commit is contained in:
Bernardo Kuri 2024-02-05 11:02:05 -06:00
parent db77d36cd0
commit 600a89e52e
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = nzbget-git
pkgdesc = Download from Usenet using .nzb files
pkgver = testing.r2388.7348b19c
pkgrel = 1
pkgrel = 2
url = https://github.com/nzbgetcom/nzbget
install = nzbget.install
arch = x86_64
@ -10,6 +10,7 @@ pkgbase = nzbget-git
makedepends = git
depends = libxml2
depends = openssl
depends = boost-libs
optdepends = python: run scripts
optdepends = unrar: unpacking archives
optdepends = p7zip: unpacking archives

View file

@ -5,12 +5,12 @@
pkgname=nzbget-git
pkgver=testing.r2388.7348b19c
pkgrel=1
pkgrel=2
pkgdesc="Download from Usenet using .nzb files"
arch=('x86_64')
url="https://github.com/nzbgetcom/nzbget"
license=('GPL')
depends=('libxml2' 'openssl')
depends=('libxml2' 'openssl' 'boost-libs')
makedepends=('autoconf' 'git')
optdepends=('python: run scripts'
'unrar: unpacking archives'