[aur-general] Package fails when built with an AUR helper

2020-07-08 Thread Rhys Perry via aur-general
Hi, I maintain the package fathom-git. This is a go package. I have had to make the PKGBUILD quite messy because this package requires that it is in the GOPATH which also needs a whole folder structure. In order for it to build I had to create a custom GOPATH in the SRC directory, copy the

[aur-general] Packaging a go application

2019-09-07 Thread Rhys Perry via aur-general
Hi, I am currently trying to package an application for use in the aur. The problem I am having is the install() section. The only thing i need to be done is for the package to move '$srcdir/$_gitname/fathom' into '/bin/'. How would I turn that into a .tar.gz? Sorry if my question doesn't make

[aur-general] Fwd: Replacing package

2019-08-05 Thread Rhys Perry via aur-general
I have a package (i3-gaps-rounded) and would like to rename it to i3-gaps-rounded-git in order to comply with standards. What would I have to add to the PKGBUILD of each packages in order to force people who have installed i3-gaps-rounded to move to i3-gaps-rounded-git?