TheDiscordian / ipfs-sync

A simple daemon which will watch files on your filesystem, mirror them to MFS, automatically update related pins, and update related IPNS keys.
BSD 3-Clause "New" or "Revised" License
95 stars 14 forks source link

AUR package doesn't set version in ldflags #23

Closed TheDiscordian closed 3 years ago

TheDiscordian commented 3 years ago

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 3 years ago

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