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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 24 Next › Last »

AshMyzk commented on 2023-03-26 14:47 (UTC) (edited on 2023-03-26 14:49 (UTC) by AshMyzk)

The 1.11.1 and 1.11.2 versions are basically the same. 1.11.2 is just a rebuilt version of 1.11.1 for openssl3. I think that's why the maintainer haven't updated this package.

6543 commented on 2023-03-16 22:34 (UTC)

@eclairevoyant ... it's riscv64 also rever to https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/riscv/Makefile#n28 ;)

6543 commented on 2023-03-16 22:32 (UTC) (edited on 2023-03-16 22:33 (UTC) by 6543)

well there exist riscv32 and riscv64 and this is mostly revered to the gc extensions ...

I have a VisionVive2 board -> riscv64; riscv32 boards for linux exist but they are not that common and almost all distros that target riscv target riscv64(gc) ...

haxie commented on 2023-03-08 19:57 (UTC)

I don't know of many/any RISC-V 32-bit only systems that are running Arch, I do know of many RISC-V 64 bit systems that are. riscv64 is the correct one to add, as that's the only one to have been tested so far.

eclairevoyant commented on 2023-03-07 23:46 (UTC)

It's riscv32, see https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/riscv/Makefile#n36

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.