savagezen / pkgbuild

ARCHIVE - MOVED TO GITLAB | Arch User Repository Packages
https://gitlab.com/savagezen/pkgbuild
4 stars 3 forks source link

Some cleanup and fixes heavily inspired by … #10

Closed mohe2015 closed 4 years ago

mohe2015 commented 4 years ago

https://aur.archlinux.org/packages/go-ipfs-git/ thanks @RubenKelevra and https://wiki.archlinux.org/index.php/Go_package_guidelines

This should fix strange errors when rebuilding a new version without cleaning.

One of them is: mv: cannot move 'syncthing-git' to 'src/github.com/syncthing/syncthing/syncthing-git': Directory not empty

I also think this repo is not in sync with the aur package, e.g. the .gitignore was missing.

Honestly I don't know exactly what all these changes do but it improves the current situation and could be reverted anytime if it causes problems and I think @RubenKelevra is a very competent packager.

@RubenKelevra if you are not okay with "stealing" your hard work or if you want some kind of attribution except of in the commit message tell me please. Maybe you could even update the archlinux wiki page which would be epic.

RubenKelevra commented 4 years ago

https://aur.archlinux.org/packages/go-ipfs-git/ thanks @RubenKelevra and https://wiki.archlinux.org/index.php/Go_package_guidelines

Maybe you could even update the archlinux wiki page which would be epic.

There's currently work being done to do exactly this, from people who know more about Go than I do :)

https://lists.archlinux.org/pipermail/arch-dev-public/2020-May/029964.html

mohe2015 commented 4 years ago

That was quick. @savagezen You need to run makepkg --printsrcinfo > .SRCINFO when pushing to the aur.

savagezen commented 4 years ago

I just saw this notification, but FYI I'm not going to merge as I've orphaned most of the packages. I've had to pass the torch with my development projects and let some things go. Thank you for your efforts and contributions!