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: 1016
Popularity: 20.23
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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 25 Next › Last »

6543 commented on 2023-03-01 01:07 (UTC) (edited on 2023-03-01 01:08 (UTC) by 6543)

What's the riscv 32 bit name? Just riscv I assume?

hmm good question ... as it's not that common to targeted

if if so it's revered by riscv32 or rv32gc

I personally would not add it until requested and verified that it works

Morganamilo commented on 2023-02-26 19:41 (UTC)

What's the riscv 32 bit name? Just riscv I assume?

6543 commented on 2023-02-26 19:31 (UTC)

please enable riscv arch :)

diff --git a/PKGBUILD b/PKGBUILD
index e2a82da..cec1592 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Feature packed AUR helper'
 url='https://github.com/morganamilo/paru'
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Morganamilo/paru/archive/v$pkgver.tar.gz")
 backup=("etc/paru.conf")
-arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
+arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
 license=('GPL3')
 makedepends=('cargo')
 depends=('git' 'pacman')

Alarg commented on 2023-02-24 14:50 (UTC)

Please, bump the version number, even though it's a non-issue.

solatis commented on 2023-02-06 16:52 (UTC)

Is it possible to bump the version number? It's flagged out of date since so long, I trust it's a non-issue, but these warnings have been popping up for weeks.

Spectrino3d commented on 2023-02-02 19:11 (UTC)

It might be a good idea to bump up the version number then

meezookee commented on 2023-01-25 12:27 (UTC)

There is no actual diff between 1.11.1 and 1.11.2: https://github.com/Morganamilo/paru/compare/v1.11.1...v1.11.2

The reason why 1.11.2 was released was that the rebuilt binary compatible with the new version of OpenSSL had to be released on the GitHub repository. You don't need 1.11.2 even if paru says it cannot find openssl.so.1.1. Instead, you can just rebuild paru 1.11.1 with the latest version of OpenSSL installed.