mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
v24.1.r2456.1bdc7e31-1
This commit is contained in:
parent
fd2e46f230
commit
8a9660862f
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,16 +1,16 @@
|
|||
pkgbase = nzbget-git
|
||||
pkgdesc = Download from Usenet using .nzb files
|
||||
pkgver = 24.1.r2453.03916079
|
||||
pkgver = 24.1.r2456.1bdc7e31
|
||||
pkgrel = 1
|
||||
url = https://github.com/nzbgetcom/nzbget
|
||||
install = nzbget.install
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = autoconf
|
||||
makedepends = boost
|
||||
makedepends = git
|
||||
depends = libxml2
|
||||
depends = openssl
|
||||
depends = boost-libs
|
||||
optdepends = python: run scripts
|
||||
optdepends = unrar: unpacking archives
|
||||
optdepends = p7zip: unpacking archives
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -4,14 +4,14 @@
|
|||
# Contributor: Jan Holthuis <holthuis.jan@googlemail.com>
|
||||
|
||||
pkgname=nzbget-git
|
||||
pkgver=24.1.r2453.03916079
|
||||
pkgver=24.1.r2456.1bdc7e31
|
||||
pkgrel=1
|
||||
pkgdesc="Download from Usenet using .nzb files"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/nzbgetcom/nzbget"
|
||||
license=('GPL')
|
||||
depends=('libxml2' 'openssl' 'boost-libs')
|
||||
makedepends=('autoconf' 'git')
|
||||
depends=('libxml2' 'openssl')
|
||||
makedepends=('autoconf' 'boost' 'git')
|
||||
optdepends=('python: run scripts'
|
||||
'unrar: unpacking archives'
|
||||
'p7zip: unpacking archives'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue