v24.1.r2456.1bdc7e31-1

This commit is contained in:
Bernardo Kuri 2024-05-15 15:57:59 -06:00
parent fd2e46f230
commit 8a9660862f
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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'