Package Details: paru 2.0.3-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: 907
Popularity: 22.34
First Submitted: 2020-10-19 00:43 (UTC)
Last Updated: 2024-03-26 04:28 (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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 22 Next › Last »

lesto commented on 2022-02-18 12:43 (UTC)

PSA: before reporting compilation issue, make sure you updated to latest stable rust toolchain with rustup update stable

zjeffer commented on 2022-02-18 12:34 (UTC)

I can't install the latest update:

==> Starting build()...
error: failed to get `alpm` as a dependency of package `paru v1.9.3 (/home/zjeffer/.cache/paru/clone/paru/src/paru-1.9.3)`

Caused by:
  failed to create directory `/cargo/registry/index/github.com-1ecc6299db9ec823`

Caused by:
  Permission denied (os error 13)
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'paru-1.9.3-1': 
error: packages failed to build: paru-1.9.3-1

Why is it trying to create a directory in /cargo, and not in ~/.cargo? Is this expected behaviour?

bgme commented on 2022-02-18 10:39 (UTC)

Build failed!

paru 1.9.3-1

   Compiling tokio-native-tls v0.3.0
   Compiling tokio-socks v0.5.1
   Compiling async-compression v0.3.12
   Compiling futures v0.3.21
   Compiling aur-fetch v0.10.0
   Compiling h2 v0.3.11
   Compiling string_cache v0.8.3
   Compiling serde_urlencoded v0.7.1
   Compiling kuchiki v0.8.1
   Compiling hyper v0.14.17
   Compiling hyper-tls v0.5.0
   Compiling reqwest v0.11.9
   Compiling raur v5.0.1
   Compiling aur-depends v1.0.3
   Compiling paru v1.9.3 (/home/arch/.cache/paru/clone/paru/src/paru-1.9.3)
error[E0658]: use of unstable library feature 'command_access'
  --> src/exec.rs:83:13
   |
83 |         cmd.get_program().to_string_lossy(),
   |             ^^^^^^^^^^^
   |
   = note: see issue #44434 <https://github.com/rust-lang/rust/issues/44434> for more information

error[E0658]: use of unstable library feature 'command_access'
  --> src/exec.rs:84:13
   |
84 |         cmd.get_args()
   |             ^^^^^^^^
   |
   = note: see issue #44434 <https://github.com/rust-lang/rust/issues/44434> for more information

For more information about this error, try `rustc --explain E0658`.
error: could not compile `paru` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error: build failed
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'paru-1.9.3-1':

Toric commented on 2022-01-02 06:53 (UTC)

paru -S paru
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...

Aur (1) paru-1.9.2-1

:: Proceed to review? [Y/n]: y

:: Downloading PKGBUILDs...
 (1/1) paru-1.9.2-1                                  [---------------------------------------------------------]
:: Proceed with installation? [Y/n]: y
fetching devel info...
==> Making package: paru 1.9.0-1 (Sun 02 Jan 2022 12:51:11 AM CST)
==> Retrieving sources...
  -> Downloading paru-1.9.0.tar.gz...

pacman thinks its installing paru 1.9.2, but downloads (and ends up installing) paru 1.9.0, leading to paru trying to upgrade itself every time it is run. Trued @th1nhhdk s advice, but files faile to sha validate, for obvious reasons. Im thinking this repository/the current paru version might be slightly broken...

<deleted-account> commented on 2021-12-08 14:34 (UTC)

If you want to use v1.9.1 then edit line 3: pkgver=1.9.0 to pkgver=1.9.1 then makepkg it, or for paru-bin: https://cdn.discordapp.com/attachments/915042427927158854/918146456291012689/paru-1.9.1-1-x86_64.pkg.tar.zst

epoch32 commented on 2021-12-07 02:22 (UTC)

Why is this still at 1.9.0 when 1.9.1 is out? Is there a regression or bug going on? I'm curious.

johnnybash commented on 2021-11-18 16:08 (UTC)

pkgconf belongs to base-devel, so there's no need for a dependency.

egore911 commented on 2021-11-18 15:54 (UTC) (edited on 2021-11-18 15:55 (UTC) by egore911)

Please add a makedepends to pkgconf, otherwise the build fails:

thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Could not run `"pkg-config" "--libs" "--cflags" "libalpm" "libalpm >= 13.0.0"`
The pkg-config command could not be found.