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
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) |
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 25 Next › Last »
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
What's the riscv 32 bit name? Just riscv I assume?
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')
Please, bump the version number, even though it's a non-issue.
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.
It might be a good idea to bump up the version number then
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.
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