@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!
Search Criteria
Package Details: nzbget-git 26.2.r2728.ff08f02d-1
Package Actions
| 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)
- libxml2 (libxml2-gitAUR, libxml2-meson-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- p7zip (p7zip-natspecAUR, 7zip-natspecAUR, p7zip-full-binAUR, 7zip-zstd-binAUR, 7zip-zstdAUR, 7zip) (optional) – for unpacking archives
- python (optional) – for running scripts
- unrar (rarAUR) (optional) – for unpacking archives
Required by (33)
- headphones (requires nzbget) (optional)
- headphones-git (requires nzbget) (optional)
- lidarr (requires nzbget) (optional)
- lidarr-bin (requires nzbget) (optional)
- lidarr-develop (requires nzbget) (optional)
- lidarr-develop-bin (requires nzbget) (optional)
- lidarr-git (requires nzbget) (optional)
- lidarr-nightly-bin (requires nzbget) (optional)
- lidarr-plugins (requires nzbget) (optional)
- lidarr-plugins-bin (requires nzbget) (optional)
- lunasea-bin (requires nzbget) (optional)
- mylar3 (requires nzbget) (optional)
- nzbget-ppscript-nzbtomedia-git (requires nzbget)
- prowlarr (requires nzbget) (optional)
- prowlarr-bin (requires nzbget) (optional)
- prowlarr-develop (requires nzbget) (optional)
- prowlarr-develop-bin (requires nzbget) (optional)
- prowlarr-nightly-bin (requires nzbget) (optional)
- radarr (requires nzbget) (optional)
- radarr-bin (requires nzbget) (optional)
- Show 13 more...
Sources (2)
bkuri commented on 2026-05-04 21:36 (UTC)
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
Pinned Comments
bkuri commented on 2024-01-06 00:26 (UTC)
FYI: upstream has been updated to nzbgetcom/nzbget. More info here.