Package Details: jo-git 1.9.r6.g02be130-1

Git Clone URL: https://aur.archlinux.org/jo-git.git (read-only, click to copy)
Package Base: jo-git
Description: A shell command to create JSON
Upstream URL: https://github.com/jpmens/jo
Keywords: JSON
Licenses: GPL, MIT
Conflicts: jo
Provides: jo
Submitter: fsckd
Maintainer: fsckd
Last Packager: fsckd
Votes: 1
Popularity: 0.000000
First Submitted: 2016-03-06 20:52 (UTC)
Last Updated: 2024-01-14 00:55 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

fsckd commented on 2024-01-14 01:06 (UTC)

If someone wants to help maintain this package, please email me or comment here. I don't want to leave this package an orphan as I still use it, but I could use the help. ☺

fsckd commented on 2022-03-13 19:55 (UTC)

Oops, I'm afraid I can't change the arch to "any" as this is not an architecture independent package. Last I checked, pacman doesn't have a "can be built on any architecture" option (correct me if I'm wrong). What I can do is list additional architectures.

peterstace commented on 2022-03-13 19:03 (UTC)

Could you consider changing the arch to any? That will allow building for aarch64 without having to alter the PKGBUILD.

A working patch is:

diff --git a/PKGBUILD b/PKGBUILD
index b403425..aeb8821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=jo-git
 pkgver=0.6.r0.g9bf9f45
 pkgrel=1
 pkgdesc='A shell command to create JSON'
-arch=('i686' 'x86_64')
+arch=('any')
 url='https://github.com/jpmens/jo'
 license=('GPL' 'MIT')
 provides=('jo')