Package Details: paru-bin 2.0.4-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: 272
Popularity: 11.02
First Submitted: 2020-10-28 12:23 (UTC)
Last Updated: 2024-09-20 02:08 (UTC)

Dependencies (5)

Required by (30)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5

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

fl4co commented on 2021-02-20 21:19 (UTC)

Would it be possible to have an armhf prebuilt binary? Compiling takes a very long time on a Pi 0 =(