Search Criteria
Package Details: hledger-bin 1.31-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/hledger-bin.git (read-only, click to copy) |
---|---|
Package Base: | hledger-bin |
Description: | Command-line interface for the hledger accounting system |
Upstream URL: | http://hledger.org |
Keywords: | hledger ledger |
Licenses: | GPL |
Conflicts: | hledger |
Provides: | hledger |
Submitter: | ccat3z |
Maintainer: | ccat3z |
Last Packager: | ccat3z |
Votes: | 5 |
Popularity: | 0.026701 |
First Submitted: | 2020-08-22 05:39 (UTC) |
Last Updated: | 2023-09-03 08:23 (UTC) |
Dependencies (4)
Required by (2)
- hledger-utils (requires hledger)
- hledger-utils-git (requires hledger)
Latest Comments
1 2 3 Next › Last »
behonest commented on 2022-03-05 09:10 (UTC)
Please update 1.25: https://github.com/simonmichael/hledger/releases/tag/1.25
ccat3z commented on 2022-01-15 16:07 (UTC)
@tuh8888 Fixed, thanks.
tuh8888 commented on 2022-01-13 19:10 (UTC)
Fails to download because download URL is incorrect. Current: https://github.com/simonmichael/hledger/releases/download/hledger-1.24.1/hledger-linux-x64.zip Should be: https://github.com/simonmichael/hledger/releases/download/1.24.1/hledger-linux-x64.zip
ccat3z commented on 2021-05-31 05:50 (UTC)
@behonest It should work on non-English systems now.
behonest commented on 2021-05-20 08:44 (UTC)
Solved this issue by using en locale.
If ru_RU LANG:
To solve just use 'en' LANG:
dude commented on 2021-05-14 00:56 (UTC)
Thanks for fixing that so quickly
samhh commented on 2021-05-13 14:28 (UTC)
The updated package works after clearing my cache, thanks both!
ccat3z commented on 2021-05-13 14:11 (UTC)
@samhh Fixed in 1.21-3.
xxd
was replaced byod
in package coreutils.ccat3z commented on 2021-05-13 13:21 (UTC)
@dude @samhh Since
xxd
is part of vim, addingxxd-standalone
to makedepends may cause problems for vim users. I am trying to replacexxd
with a similar tool (likehexdump
).dude commented on 2021-05-13 13:09 (UTC) (edited on 2021-05-13 13:11 (UTC) by dude)
@samhh I realized I'm actually having the same issue. For some reason '91023' is listed as one of the shared libraries, and of course since that's not the name of a shared object file, it's unable to load. The issue is resolved for me after installing the xxd-standalone package and then rebuilding though. Otherwise I get those xxd command not found errors. So that package should probably be added to makedepends.
I think if you clear out your AUR package cache and then rebuild while xxd is installed, it should work.
1 2 3 Next › Last »