Package Details: ouch-git r693.d4f181b-1

Git Clone URL: https://aur.archlinux.org/ouch-git.git (read-only, click to copy)
Package Base: ouch-git
Description: Painless compression and decompression in the terminal (git version)
Upstream URL: https://github.com/ouch-org/ouch/
Licenses: MIT
Conflicts: ouch, ouch-bin
Provides: ouch
Submitter: yigits
Maintainer: None
Last Packager: yigits
Votes: 1
Popularity: 0.000000
First Submitted: 2021-11-03 08:31 (UTC)
Last Updated: 2022-11-27 10:00 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

hykilp commented on 2023-02-09 19:34 (UTC)

Compiled successfully on risc-v machine with the following changes. Pre-compiled binary published to https://arch.hydev.org/

> diff -ruN --color PKGBUILD.bak PKGBUILD
--- PKGBUILD.bak    2023-02-09 14:32:51.000000000 -0500
+++ PKGBUILD    2023-02-09 11:56:44.996824323 -0500
@@ -2,10 +2,10 @@

 pkgname=ouch-git
 _pkgname=${pkgname%-git}
-pkgver=r693.d4f181b
+pkgver=r782.557f42a
 pkgrel=1
 pkgdesc="Painless compression and decompression in the terminal (git version)"
-arch=('x86_64')
+arch=('x86_64' 'riscv64')
 url="https://github.com/ouch-org/ouch/"
 license=('MIT')
 makedepends=('git' 'cargo')
@@ -21,7 +21,7 @@

 prepare() {
   cd "$srcdir/${_pkgname}"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  cargo fetch --locked
 }

 build() {

yigits commented on 2021-11-08 18:25 (UTC)

@marcospb19, done!

marcospb19 commented on 2021-11-08 17:15 (UTC)

Is it possible to change the description to differentiate it from the aur/ouch package one?