Package Details: paru-bin 2.0.3-3

Git Clone URL: https://aur.archlinux.org/paru-bin.git (read-only, click to copy)
Package Base: paru-bin
Description: Feature packed AUR helper
Upstream URL: https://github.com/morganamilo/paru
Licenses: GPL-3.0-or-later
Conflicts: paru
Provides: paru
Submitter: Morganamilo
Maintainer: Morganamilo
Last Packager: Morganamilo
Votes: 249
Popularity: 6.23
First Submitted: 2020-10-28 12:23 (UTC)
Last Updated: 2024-03-26 04:29 (UTC)

Dependencies (5)

Required by (27)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

loqy commented on 2022-11-05 02:43 (UTC)

this needs to recompile against openssl 3 from the official repo or start depending on openssl-1.1

unit73e commented on 2021-12-08 20:56 (UTC)

Version 1.9.1 is out but there's no binary yet. Only source code.

Morganamilo commented on 2021-08-06 20:15 (UTC)

It can be statically linked. But this pkgbuild will not do that.

soloturn commented on 2021-08-06 17:10 (UTC) (edited on 2021-08-06 17:11 (UTC) by soloturn)

would be cool if this would be statically linked in future. when upgrading i got:

  $ paru
  paru: error while loading shared libraries: libalpm.so.12: cannot open shared 
  object file: No such file or directory

Morganamilo commented on 2021-06-03 20:29 (UTC)

I generally avoid versioned deps because it creates issues like https://github.com/Jguer/yay/issues/1520.

Though it should be fine as long as the dep is always >=version and not <version.

itsagoodbrain commented on 2021-06-03 20:13 (UTC) (edited on 2021-06-03 20:13 (UTC) by itsagoodbrain)

I recommend a change to

depends=('git' 'pacman>=6.0')

To handle the building issues any users are having with delayed release on some distros. It would prevent paru-bin updating itself from resulting in an unusable paru. See https://github.com/Morganamilo/paru/issues/398 for more info. With this change it would just fail to build for these users until it's released.

m040601 commented on 2021-06-01 15:03 (UTC)

@fl4co:

.... prebuilt for arm ...

see this isssue on github, https://github.com/Morganamilo/paru/issues/83