AUR package doesn't set version in ldflags
TheDiscordian opened this issue · 1 comments
TheDiscordian commented
Should fix the AUR package before people start actually using it and run into issues.
PKGBUILD can be seen here. And you'll notice the version
ldflag isn't set.
We have a few options but I think the easiest is to add make
and git
as build dependencies, and just build it using make
.
TheDiscordian commented
All the information needed is already in the PKGBUILD, so I just explicitly set the flag, without adding git+make dependencies.
Fixed in this commit: https://aur.archlinux.org/cgit/aur.git/commit/?h=ipfs-sync&id=d5e73fb55e6e1eb2c94e0cbe1db2ad2693d037c1