No, they don't. Stop using an AUR helper, they are rarely helpful.
Search Criteria
Package Details: autojump 22.5.3-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/autojump.git (read-only, click to copy) |
---|---|
Package Base: | autojump |
Description: | A faster way to navigate your filesystem from the command line |
Upstream URL: | https://github.com/wting/autojump |
Licenses: | GPL3 |
Conflicts: | shonenjump |
Submitter: | graysky |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 40 |
Popularity: | 0.78 |
First Submitted: | 2019-11-21 20:22 (UTC) |
Last Updated: | 2022-05-05 18:16 (UTC) |
Required by (1)
- bash-it-git (optional)
Sources (1)
graysky commented on 2023-11-18 12:46 (UTC)
joshm commented on 2023-11-18 12:23 (UTC)
The "instructions" during installation are incorrect. they point to the path:
/home/josh/.cache/pacaur/autojump/pkg/autojump/etc/profile.d/autojump.sh
But the correct path is:
/etc/profile.d/autojump.sh
MithicSpirit commented on 2022-01-05 22:41 (UTC)
@wadouk this may vary if you're using an AUR helper, but with makepkg
you can rebuild it by cleaning out the directory with the PKGBUILD of any build artifacts (or delete it altogether and reclone the git repo), then re-run makepkg -sri
.
wadouk commented on 2022-01-05 21:44 (UTC)
@graysky what do you mean by "rebuild" ? any post to follow ? some cache directories to clean or pacman command ?
already fixed by https://github.com/wting/autojump/issues/642 (copy python3.9 -> 3.10)
graysky commented on 2022-01-05 11:11 (UTC)
In the future, query ownership of a file with pacman -Qo /path/to/file
morganh commented on 2022-01-05 04:54 (UTC)
@graysky @MithicSpirit, roger, will fix locally. I assumed this was installed by the package, but maybe not. Thanks!
graysky commented on 2021-12-30 21:55 (UTC)
Since autojump.fish
is an upstream file, I feel comfortable having this package supply it.
MithicSpirit commented on 2021-12-30 21:09 (UTC)
@morganh you can fix that by deleting the file that is currently in the filesystem (sudo rm /usr/share/fish/functions/autojump.fish
). Something else you did on your system must have put it there (maybe manually installing autojump?). If you want to be safe you should also back it up before deleting.
morganh commented on 2021-12-30 20:53 (UTC)
Howdy, On line 49 you probably want to check if the file exists before moving it. Now when upgrading this package, I receive:
error: failed to commit transaction (conflicting files)
autojump: /usr/share/fish/functions/autojump.fish exists in filesystem
alfredo.ardito commented on 2021-12-13 12:04 (UTC)
@MithicSpirit, @graysky yes u're right. I followed your advice. It worked. thx
Pinned Comments