Package Details: paru 2.0.4-1

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: 973
Popularity: 22.13
First Submitted: 2020-10-19 00:43 (UTC)
Last Updated: 2024-09-20 18:50 (UTC)

Dependencies (6)

Sources (1)

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

Latest Comments

« First ‹ Previous 1 .. 19 20 21 22 23 24

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: `?`