Search Criteria
Package Details: antibody 6.1.1-1
Git Clone URL: | https://aur.archlinux.org/antibody.git (read-only, click to copy) |
---|---|
Package Base: | antibody |
Description: | A shell plugin manager. |
Upstream URL: | https://getantibody.github.io/ |
Licenses: | |
Submitter: | gosugdr |
Maintainer: | bryn |
Last Packager: | bryn |
Votes: | 21 |
Popularity: | 1.12 |
First Submitted: | 2016-10-19 20:47 |
Last Updated: | 2020-09-04 03:25 |
Dependencies (2)
- git (git-git)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
Latest Comments
kiyui commented on 2020-06-28 04:15
My build was also failing for antibody-6.0.1-1 with go-2:1.14.4-1, but it's only the "check" function that's failing, so commenting or removing it out allows you to build normally.
svladius commented on 2020-04-21 10:59
The same issue for me when attempting to install the latest package.
go version go1.14.2 linux/amd64 yay v9.4.6 - libalpm v12.0.1
Maybe these stacktraces help:
pablo1 commented on 2020-04-15 23:32
Latest update fails to build:
shastry commented on 2020-02-24 03:57
This fails (SIGSEGV) to build with go-pie. Had to switch to go.
bryn commented on 2019-03-19 17:13
For everyone else, if you get a huge list of lines like this when trying to do a clean build:
rm: cannot remove 'antibody/src/.go/pkg/mod/github.com/alecthomas/kingpin@v0.0.0-20180312062423-a39589180ebd/flags_test.go': Permission denied
For some reason the old PKGBUILD was a bit buggy and so those files don't have write permissions. you can go to the build directory and remove src/ manually:
chmod -R u+w src/ && rm -r src/
sorry!
jshap commented on 2019-03-19 16:13
you need to add
src/
to your .gitignore because you just push all of your godepsedit: actually nvm, seems that it was weird and is fixed now in the new version. Thanks byrn :)
pablo1 commented on 2018-11-29 21:23
Please add git as dependency
pablo1 commented on 2018-11-29 21:20
Please add the arm7 architecture, or 'any'. It seems to be possible, as this package https://aur.archlinux.org/packages/antibody-bin/ does.
I want to use this on a raspberry pi 3b
JulianXhokaxhiu commented on 2018-10-05 19:35
For whoever is interested I created an AUR package based on official binary releases. See https://aur.archlinux.org/packages/antibody-bin/