Package Details: nzbget-git 26.2.r2728.ff08f02d-1

Git Clone URL: https://aur.archlinux.org/nzbget-git.git (read-only, click to copy)
Package Base: nzbget-git
Description: Download from Usenet using .nzb files (testing release)
Upstream URL: https://github.com/nzbgetcom/nzbget
Keywords: nzbget testing
Licenses: GPL-2.0-only
Conflicts: nzbget, nzbget-systemd
Provides: nzbget, nzbget-systemd
Submitter: nicolahinssen
Maintainer: bkuri
Last Packager: bkuri
Votes: 6
Popularity: 0.000000
First Submitted: 2018-02-08 15:16 (UTC)
Last Updated: 2026-05-15 23:24 (UTC)

Dependencies (8)

Required by (33)

Sources (2)

Pinned Comments

bkuri commented on 2024-01-06 00:26 (UTC)

FYI: upstream has been updated to nzbgetcom/nzbget. More info here.

Latest Comments

1 2 3 Next › Last »

bkuri commented on 2026-05-04 21:36 (UTC)

@oech3 looks like I forgot to reply to your message from months ago. My apologies. I've modified the PKGBUILD so that the debug package is built automatically by makepkg. I've tested it out locally and it seems to work okay, but definitely let me know if that's not the case on your end and I'll restore the original PKGBUILD asap. Hth!

oech3 commented on 2025-10-29 07:14 (UTC)

makepkg has native feature to generate debug package. pkgbase is not needed.

bkuri commented on 2025-02-19 06:54 (UTC)

@lysergia the latest build (v24.6.r2558.4ffcb048-1) seems to have fixed it for me

lysergia commented on 2025-02-15 19:28 (UTC)

Fails atm because of the default -Werror=format-security in /etc/makepkg.conf. Removing it allows builds to succeed, will see if upstream will allow compiles with flag enabled.

bkuri commented on 2025-01-20 19:19 (UTC)

@evetsso done. hth!

evetsso commented on 2025-01-20 17:19 (UTC)

@bkuri would you consider changing local _hash=$(git rev-parse --short HEAD) in pkgver() to specify --short=8?

yay fails to build this package if the global git configuration sets core.abbrev to something other than 8. This is because yay calls pkgver() itself and gets a different package name than what's in the PKGBUILD.

bkuri commented on 2024-11-21 22:01 (UTC) (edited on 2025-02-19 14:12 (UTC) by bkuri)

@pcarrier mind trying out this latest version (24.5.r2530.184834d3-2)? I've just tried it on my server and it worked ok.

pcarrier commented on 2024-11-21 19:33 (UTC)

Something is wrong with the package:

> pacman -Ql nzbget-git|grep home
nzbget-git /home/
nzbget-git /home/pcarrier/
nzbget-git /home/pcarrier/.cache/
nzbget-git /home/pcarrier/.cache/yay/
nzbget-git /home/pcarrier/.cache/yay/nzbget-git/
nzbget-git /home/pcarrier/.cache/yay/nzbget-git/src/
nzbget-git /home/pcarrier/.cache/yay/nzbget-git/src/nzbget-git/
nzbget-git /home/pcarrier/.cache/yay/nzbget-git/src/nzbget-git/build/
nzbget-git /home/pcarrier/.cache/yay/nzbget-git/src/nzbget-git/build/lib/
nzbget-git /home/pcarrier/.cache/yay/nzbget-git/src/nzbget-git/build/lib/libgf16.a
nzbget-git /home/pcarrier/.cache/yay/nzbget-git/src/nzbget-git/build/lib/libhasher.a
nzbget-git /home/pcarrier/.cache/yay/nzbget-git/src/nzbget-git/build/lib/libpar2-turbo.a

bkuri commented on 2024-09-23 21:04 (UTC)

@megafreakshow thanks for the confirmation.

I've just pushed an updated version that removes some installation warnings that I noticed here and there. Everything should all be nice and clean now.

megafreakshow commented on 2024-09-23 17:11 (UTC)

@bkuri works like a charm on my end