@WhyNotHugo I did not have the zsh-completions package installed, although all other completions did work for me. Now that I installed zsh-completions by your suggestion, the completions for this package work too.
Search Criteria
Package Details: paru 2.0.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/paru.git (read-only, click to copy) |
---|---|
Package Base: | paru |
Description: | Feature packed AUR helper |
Upstream URL: | https://github.com/morganamilo/paru |
Keywords: | AUR helper pacman rust wrapper yay |
Licenses: | GPL-3.0-or-later |
Submitter: | Morganamilo |
Maintainer: | Morganamilo |
Last Packager: | Morganamilo |
Votes: | 1016 |
Popularity: | 19.43 |
First Submitted: | 2020-10-19 00:43 (UTC) |
Last Updated: | 2024-09-20 18:50 (UTC) |
Dependencies (6)
- git (git-gitAUR, git-glAUR)
- libalpm.so (pacman)
- pacman (pacman-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- bat (bat-cat-gitAUR) (optional) – colored pkgbuild printing
- devtools (devtools-gitAUR, devtools32-gitAUR, devtools-doasAUR) (optional) – build in chroot and downloading pkgbuilds
Required by (36)
- aconfmgr-git (optional)
- arch-os-manager (optional)
- arch-update (optional)
- arch-update-git (optional)
- archlink (optional)
- ash-git
- dec-bin
- dec-git
- dpw (optional)
- fe
- fuzzy-pkg-finder (optional)
- fzpac (optional)
- fzpac-git (optional)
- iwant (optional)
- iwant-bin (optional)
- lsparu
- meta-package-manager (optional)
- meta-package-manager-git (optional)
- octopi (optional)
- packageprovides (optional)
- Show 16 more...
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 19 20 21 22 23 24 25 Next › Last »
0100001001000010 commented on 2021-01-27 16:51 (UTC)
whynothugo commented on 2021-01-27 16:47 (UTC) (edited on 2021-01-27 16:48 (UTC) by whynothugo)
@0100001001000010 autocompletions work fine for me. Do you have the zsh-completions
package installed?
Do other completions work for you?
0100001001000010 commented on 2021-01-27 16:24 (UTC)
On my machine, the zsh completions don't work even if copied into /usr/share/zsh/site-functions/_paru as suggested by @yochananmarqos and @tytan652.
starquake commented on 2021-01-01 14:24 (UTC)
@nasdack: See this issue: https://github.com/Morganamilo/paru/issues/117
eh8 commented on 2020-12-21 02:05 (UTC)
Compiling reqwest v0.10.8
Compiling raur v4.0.0
Compiling kuchiki v0.8.1
Compiling aur-depends v0.10.0
Compiling paru v1.1.4 (/home/eh8/.cache/paru/clone/paru/src/paru-1.1.4)
error: could not compile `paru`
on armv7h, I used to be able to compile previous versions.
yochananmarqos commented on 2020-11-14 17:51 (UTC)
@Morganamilo: As @tytan652 mentioned, the zsh completions should be in /usr/share/zsh/site-functions/
as completion does not work where there are now.
install -Dm644 completions/zsh "${pkgdir}/usr/share/zsh/site-functions/_paru"
tytan652 commented on 2020-11-14 07:03 (UTC)
The zsh completion would be better in /usr/share/zsh/site-functions/ like yay or trizen
yochananmarqos commented on 2020-10-29 01:05 (UTC) (edited on 2020-10-29 01:05 (UTC) by yochananmarqos)
The source file has no file extension, it should be:
source=("$pkgname-$pkgver.tar.gz::https://github.com/Morganamilo/paru/archive/v$pkgver.tar.gz")
Please add a backup() array for the conf file, see PKGBUILD:backup:
``` backup=('etc/paru.conf')
<deleted-account> commented on 2020-10-28 22:25 (UTC)
Paru compiles and seems to run fine on aarch64. Would you mind adding it to the PKGBUILD arches?
Morganamilo commented on 2020-10-19 11:53 (UTC)
Whoops, Just typo'd a single ?
.
However the other checks are indeed useful. pacman-git has a different api/abi so it needs to be accounted for. And rust nightly is indeed in the repos via rustup.
Pinned Comments
haxie commented on 2023-05-26 17:45 (UTC)
you're better off contacting her via the github, this comments section is 90% "it's out of date" from people who didn't scroll down before posting