Search Criteria
Package Details: pacaur 4.8.6-1
Git Clone URL: | https://aur.archlinux.org/pacaur.git (read-only, click to copy) |
---|---|
Package Base: | pacaur |
Description: | An AUR helper that minimizes user interaction |
Upstream URL: | https://github.com/E5ten/pacaur |
Licenses: | ISC |
Submitter: | E5ten |
Maintainer: | E5ten |
Last Packager: | E5ten |
Votes: | 76 |
Popularity: | 0.62 |
First Submitted: | 2019-02-14 16:38 (UTC) |
Last Updated: | 2019-04-01 23:16 (UTC) |
Dependencies (7)
- auracle-gitAUR
- expac (expac-gitAUR)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR)
- jq (jq-gitAUR)
- sudo (nosudoAUR, fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, fudo-gitAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- perl (perl-gitAUR) (make)
Required by (9)
- aconfmgr-git (optional)
- argon
- argon-git
- meta-package-manager (optional)
- octopi (optional)
- octopi-dev (optional)
- pacget
- pacup-arch-git (optional)
- update-notifier (optional)
Latest Comments
1 2 3 4 Next › Last »
redfish commented on 2023-09-17 05:30 (UTC)
Already posted before, just a reminder: pod2man is missing from makedepends.
tallero commented on 2023-06-21 17:07 (UTC) (edited on 2023-06-21 19:50 (UTC) by tallero)
Dependency on
auracle-git
should be moved onauracle
. Alsogit
dependency can be dropped, too. Updated PKGBUILD.Miki200 commented on 2022-12-01 06:23 (UTC)
pc00per, this is written in bash, I don't think it's possible to make a binary package for it
pc00per commented on 2022-07-10 06:52 (UTC)
pacaur-bin
possible ?soonahn commented on 2022-04-22 19:52 (UTC)
Not sure how brave people are and how dumb this is, but I had to symlink the new libraries to the old name, and reinstall auracle-git
sudo ln -s libalpm.so libalpm.so.12 sudo ln -s libfmt.so libfmt.so.7
now this package works fine just like before.
philo commented on 2021-06-06 08:12 (UTC) (edited on 2021-07-19 18:50 (UTC) by philo)
Rebuilding auracle and pacaur after pacman 6.0 release (with libalpm 13) is not enough. Pacaur still wants libalpm 12 .
EDIT - For the brave ones, 'alpm12' is available (but now already orphaned) in AUR.
EDIT 2 - libalpm12 is not needed with the latest version of auracle (2021-07-18).
das-ich commented on 2021-05-26 09:02 (UTC)
Generating documentation... /bin/bash: строка 1: pod2man: команда не найдена make: *** [Makefile:17: doc] Ошибка 127
zilot commented on 2019-12-25 13:49 (UTC) (edited on 2019-12-25 14:09 (UTC) by zilot)
I had an issue trying to install pacaur as the AUR wiki page was telling me to do. git clone https://aur.archlinux.org/pacaur.git cd pacaur makepkg -si
There was 3 missing packages : auracle-git expac jq
To fix that, I only had to install the package auracle-git that is in the AUR
git clone https://aur.archlinux.org/auracle-git.git cd auracle-git makepkg -si
then install pacaur as I previously tried (cd to pacaur/ and makepkg -si)
I still had another issue when trying to search a pacakge : :: $VISUAL and $EDITOR environment variables not set or defined editor not found
I fixed that by adding to my ~/.bashrc file the EDITOR variable : export EDITOR="/usr/bin/vim" and then source ~/.bashrc
1 2 3 4 Next › Last »