Search Criteria
Package Details: antibody 6.1.1-1
Package Actions
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: | MIT |
Submitter: | gosugdr |
Maintainer: | bryn |
Last Packager: | bryn |
Votes: | 24 |
Popularity: | 0.000000 |
First Submitted: | 2016-10-19 20:47 (UTC) |
Last Updated: | 2020-09-04 03:25 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
kiyui commented on 2020-06-28 04:15 (UTC)
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 (UTC) (edited on 2020-04-21 11:02 (UTC) by svladius)
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 (UTC)
Latest update fails to build:
shastry commented on 2020-02-24 03:57 (UTC)
This fails (SIGSEGV) to build with go-pie. Had to switch to go.
bryn commented on 2019-03-19 17:13 (UTC)
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 (UTC) (edited on 2019-03-19 16:59 (UTC) by jshap)
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 (UTC)
Please add git as dependency
pablo1 commented on 2018-11-29 21:20 (UTC)
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 (UTC)
For whoever is interested I created an AUR package based on official binary releases. See https://aur.archlinux.org/packages/antibody-bin/