Search Criteria
Package Details: dhex-git r4.dde4756-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dhex.git (read-only, click to copy) |
---|---|
Package Base: | dhex |
Description: | An ncurses-based hexeditor with a diff mode |
Upstream URL: | https://github.com/ideal/dhex/ |
Licenses: | GPL |
Submitter: | ideal |
Maintainer: | ideal |
Last Packager: | ideal |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-10-26 04:18 (UTC) |
Last Updated: | 2018-12-19 14:33 (UTC) |
Latest Comments
dreieck commented on 2024-09-10 12:17 (UTC)
Build fails for me with
error: implicit declaration of function ‘usleep’; did you mean ‘sleep’? [-Wimplicit-function-declaration]
:↗ Upstream issue report.
Here is a patch that fixes this build issue -- feel free to include it into your
PKGBUILD
until upstream fixes the issue properly:Regards!
dreieck commented on 2024-09-10 11:38 (UTC)
Please
provides=("dhex")
,conflicts=("dhex")
,Regards and thanks for the package!
grandchild commented on 2022-07-19 09:41 (UTC)
Also why the
pkgbase=dhex
? This seems like a misunderstanding of whatpkgbase
is designed for. It also results in yay putting things into.cache/yay/dhex
instead of the proper.cache/yay/dhex-git
.grandchild commented on 2022-07-19 09:37 (UTC)
Please add
to the
PKGBUILD
, because otherwise you can't install it cleanly overdhex
. Thanks