@vendion Nothing out of the ordinary really for a VCS package. A PKGBUILD for a -git (or VCS) package comes with a pkgver()
function and makepkg does what it's supposed to do: updating the pkgver
accordingly. When I pushed pkgrel
4, upstream's latest commit was 4316b7b. Hence the +g4316b7b
part in pkgver here on the AUR. But as the worlds keep turning, by the time you built it on your machine, upstream had moved on and added a few commits, so you see +g710da26
, refering to the latest commit in the git repo at build-time.
I decided to change the pkgrel
to signal to users that something has changed and a modified PKGBUILD was available. And seeing your comment that worked :-). It's an unfortunate situation regarding fdns.service and I hope upstream will return to a more hardened systemd unit for fdns. In the mean time I just try to keep things afloat...
Pinned Comments
glitsj16 commented on 2023-06-01 17:39 (UTC)
Recent commit fdns.service fixes for Debian 11 drops all hardenings from the fdns systemd unit file. For now it's unclear why upstream changed it. I'll keep eyes on this but IMO it's better to keep the former, hardened fdns.service file intact on Arch Linux. Please report any problems here or upstream until more info is available.