diff options
author | Bernardo Kuri | 2024-05-15 15:57:59 -0600 |
---|---|---|
committer | Bernardo Kuri | 2024-05-15 15:57:59 -0600 |
commit | 8a9660862f158adeebf7295f10f94c66d2be3c1f (patch) | |
tree | e07cb1463cbf01b460cd1822c7d6929b69facc1c | |
parent | fd2e46f230595ce9e259eadca915ec92232d0174 (diff) | |
download | aur-8a9660862f158adeebf7295f10f94c66d2be3c1f.tar.gz |
v24.1.r2456.1bdc7e31-1
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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' |