Search Criteria
Package Details: air 1.61.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/air.git (read-only, click to copy) |
---|---|
Package Base: | air |
Description: | Live reload for Go apps |
Upstream URL: | https://github.com/air-verse/air |
Keywords: | go live-reload task-runner watcher |
Licenses: | GPL-3.0-or-later |
Submitter: | grawlinson |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 3 |
Popularity: | 0.014936 |
First Submitted: | 2020-06-20 07:19 (UTC) |
Last Updated: | 2024-10-16 12:43 (UTC) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
bas commented on 2024-08-03 23:34 (UTC) (edited on 2024-08-07 19:58 (UTC) by bas)
I'm still getting a bunch of Permission denied errors during Cleanup on install or when upgrading/reinstalling using yay. So I still have to manually remove the cache directory as root every time. The build command seems fine to me though so not sure why it happens.
The installation also fails for me because of
${LDFLAGS}
in-extldflags ${LDFLAGS}
not having quotes around it, as my LDFLAGS contains spaces. Changing it to-extldflags \"${LDFLAGS}\"
fixes it.carlosal1015 commented on 2024-07-13 17:01 (UTC)
Thanks, now is fixed.
jpala commented on 2024-07-13 08:17 (UTC)
Thanks for maintaining this package.
I think on the latest update the commit ID didn't get changed and still points to 1.52.2. I think it should be 6b61fa9. Also I think the github repo has changed to air-verse/air.
Lastly I've noticed when updating I need to manually remove the cache as root before upgrading as the files in ~/.cache/yay/air/src/gopath/mod/github.co/... don't have write permissions enabled. I'm not sure where this issue arises in the build process.