mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
testing.r2388.7348b19c-2
This commit is contained in:
parent
db77d36cd0
commit
600a89e52e
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue