Search Criteria
Package Details: hledger-web-bin 1.52-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/hledger-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | hledger-bin |
| Description: | Web-based user interface for the hledger accounting system |
| Upstream URL: | http://hledger.org |
| Keywords: | hledger ledger |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | hledger-web |
| Provides: | hledger-web |
| Submitter: | ccat3z |
| Maintainer: | gesh |
| Last Packager: | gesh |
| Votes: | 9 |
| Popularity: | 0.000447 |
| First Submitted: | 2020-08-22 05:39 (UTC) |
| Last Updated: | 2026-03-25 13:19 (UTC) |
Dependencies (1)
- asciinema (acast-binAUR, asciinema-gitAUR) (optional) – hledger demo support
Latest Comments
1 2 3 4 5 Next › Last »
gesh commented on 2026-01-14 20:03 (UTC) (edited on 2026-01-14 20:05 (UTC) by gesh)
And now I notice upstream acknowledged this two days ago initial report fixing commit release notes my ticket
I haven't paid enough attention, I guess. Moreover, checking the diffoscope output, I misread it, flipping the old and new tarball -- the old tarball was the one overwritten by a nightly, the new tarball corrects this. Releasing a pkgrel correcting the checksum.
gesh commented on 2026-01-14 19:49 (UTC)
... Turns out that's against policy, checking again to see if eg Debian still has an intact copy
gesh commented on 2026-01-14 19:25 (UTC) (edited on 2026-01-14 19:26 (UTC) by gesh)
@Atraii -- I unflagged too soon, you're correct. It seems upstream has accidentally overwritten their 1.51.2 tarball with a nightly (notice that the linux tarball is marked as updated two days ago, in contrast to the others updated last week) I've contacted upstream, hopefully they fix it soon. In the meantime, I'm uploading a
pkgrelwith the old tarball embedded.gesh commented on 2025-03-09 14:39 (UTC)
Package updated, thanks @solipsist for the reminder!
gesh commented on 2025-02-23 15:42 (UTC)
At a guess, the problem is
pacmannotices it has local files named after the manual pages and tries to use them, instead of redownloading and checking against checksums.Will push a fix giving the manpage files version-unique names to avoid this later tonight. Hopefully, once https://github.com/simonmichael/hledger/issues/2309 is fixed this can be entirely ignored.
As a sanity check, I too am seeing this breakage -- the
sha256sumsI have for the 1.40 manpages here areand checking against the hledger git repo, the files in pacman's cache are indeed the manuals as of 1.40 whereas the ones at the url I'm pointing to are the manuals as of 1.41
norgus commented on 2025-02-22 08:54 (UTC) (edited on 2025-02-22 08:56 (UTC) by norgus)
I think some checksums failed when I tried to update.
gesh commented on 2025-01-19 14:08 (UTC)
@alerque Done, though I'm a little confused as to how you're using this?
Also, this feels like something a clever enough
pacmanshould be able to do itself, I've raised this upstream: https://gitlab.archlinux.org/pacman/pacman/-/issues/225alerque commented on 2025-01-17 12:55 (UTC)
Would you mind fixing the provide declarations (in 3 places of course) with version specs:
This will make builds of this package easier to manage as project dependencies so it can resolve whether to prefer the (frequently OOD) official hledger package or this one. Thanks.
gesh commented on 2025-01-14 18:11 (UTC)
@zibolo That's odd -- I'm guessing I mistakenly ldd'd
hledger-git, which yielded these false positives. Checking the archives, I can confirm what you're saying, and indeed dropping alldependslines yields a seemingly-working binary even when building in a clean chroot.Indeed, checking upstream, the release is built against musl in an Alpine Linux container. Thanks for pointing it out, I'll be using upstream's config to fix my
-staticpackages.zibolo commented on 2025-01-12 20:26 (UTC)
Hello @gesh! I'm not an expert and I'm curious how did you determine
gmpandncursesdependencies.By downloading the latest (1.41) prebuilt binaries, all executables seems to be "fully" statically linked, indeed
ldd hledger*returns "not a dynamic executable".filesayshledger: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked [...].1 2 3 4 5 Next › Last »