The sed line in PKGBUILD is no longer needed as of 1.7.2:
prepare() { cd ${pkgname}-${pkgver} sed -i 's/31 32 33/31 32 33 34 35/g' configure }
As the configure file already has these kind of lines inside: printf "%s\n" "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31 32 33 34 35 36" >&6;}
Pinned Comments
carlosal1015 commented on 2022-06-21 20:51 (UTC) (edited on 2022-11-05 22:08 (UTC) by carlosal1015)
Important note: Is recommended to receive the following key before to install:
Also is possible skip the verification, adding the flag for (e.g
makepkg
,yay
)--skippgpcheck
,--nopgpfetch
, respectively.