From 600a89e52e1100416aeeaa194fc217afa51ae0cf Mon Sep 17 00:00:00 2001 From: Bernardo Kuri Date: Mon, 5 Feb 2024 11:02:05 -0600 Subject: [PATCH] testing.r2388.7348b19c-2 --- .SRCINFO | 3 ++- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index c7f2e5994325..88278f5dc66f 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 1540aba60dfa..6a0e3c2454cc 100644 --- a/PKGBUILD +++ b/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'