diff --git a/.SRCINFO b/.SRCINFO index ce61eb54388f..4e762ac15d7c 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 4dea74f19fe1..8471423226da 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,14 +4,14 @@ # Contributor: Jan Holthuis 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'