summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernardo Kuri2024-05-15 15:57:59 -0600
committerBernardo Kuri2024-05-15 15:57:59 -0600
commit8a9660862f158adeebf7295f10f94c66d2be3c1f (patch)
treee07cb1463cbf01b460cd1822c7d6929b69facc1c
parentfd2e46f230595ce9e259eadca915ec92232d0174 (diff)
downloadaur-8a9660862f158adeebf7295f10f94c66d2be3c1f.tar.gz
v24.1.r2456.1bdc7e31-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
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 <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'