@nasdack: See this issue: https://github.com/Morganamilo/paru/issues/117
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: | 997 |
Popularity: | 21.19 |
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, devtools-doasAUR, devtools32-gitAUR) (optional) – build in chroot and downloading pkgbuilds
Required by (34)
- aconfmgr-git (optional)
- arch-os-manager (optional)
- arch-update (optional)
- arch-update-git (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)
- pacrs (optional)
- Show 14 more...
Sources (1)
starquake commented on 2021-01-01 14:24 (UTC)
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.
yochananmarqos commented on 2020-10-19 05:06 (UTC)
This already depends on git
, no need to check for it. There is no rust
nightly package, no use checking for it, either. It fails, anyway:
error: Package `paru v0.99.0 (/home/yochanan/Documents/pkgbuilds/paru/src/paru-0.99.0)` does not have these features: `?`
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