Package Details: hare-json 0.26.0.0-1

Git Clone URL: https://aur.archlinux.org/hare-json.git (read-only, click to copy)
Package Base: hare-json
Description: JSON support for Hare
Upstream URL: https://git.sr.ht/~sircmpwn/hare-json
Licenses: MPL-2.0
Submitter: grawlinson
Maintainer: bitfehler
Last Packager: bitfehler
Votes: 0
Popularity: 0.000000
First Submitted: 2022-10-29 07:38 (UTC)
Last Updated: 2026-02-17 09:18 (UTC)

Dependencies (1)

Required by (1)

Sources (1)

Latest Comments

torresjrjr commented on 2026-02-23 13:32 (UTC) (edited on 2026-02-23 13:39 (UTC) by torresjrjr)

Please amend PKGBUILD to improve package for developer environments where HAREPATH is frequently manipulated. Otherwise, package doesn't build.

diff --git a/PKGBUILD b/PKGBUILD
index bd3b613..af8d28f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,8 @@ depends=('hare')
 source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/${pkgname}/archive/${pkgver}.tar.gz")
 b2sums=('f58bd0fa8fd263fc941b7348b03c21f465fd40596f5a6348efd375fd69270521b58675511cb26c376a0d26b99c8072b5e5b1ee78add39792abe241c68531ff6b')

+export HAREPATH='/usr/src/hare/stdlib:/usr/src/hare/third-party'
+
 check() {
   cd "$pkgname-$pkgver"

kljunas2 commented on 2024-03-18 18:59 (UTC)

https://git.sr.ht/~sircmpwn/hare-json/commit/4af2d111255c067fa8697bebb0d90c80f1a0c551 Strio is no longer in stdlib, building himitsu-firefox fails.