Package Details: htop-git 1:3.3.0.r64.gef6658c2-1

Git Clone URL: https://aur.archlinux.org/htop-git.git (read-only, click to copy)
Package Base: htop-git
Description: Interactive text-mode process viewer
Upstream URL: https://github.com/htop-dev/htop
Licenses: GPL-2.0-or-later
Conflicts: htop
Provides: htop
Submitter: yar
Maintainer: yar (zhimsel)
Last Packager: yar
Votes: 34
Popularity: 0.000000
First Submitted: 2014-02-13 21:17 (UTC)
Last Updated: 2024-03-29 00:57 (UTC)

Dependencies (10)

Required by (4)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

Barthalion commented on 2015-04-11 17:02 (UTC)

1. If bumping the epoch isn't worth "it", I wonder how you manage to change $pkgver at all. 2. Probably nobody cares about epochs in AUR, especially for VCS packages.

yar commented on 2014-10-29 22:20 (UTC)

@eworm, I'm afraid that would require bumping the epoch. Not sure that's worth it.

eworm commented on 2014-10-27 13:05 (UTC)

Any chance to get the last tag into the version string? Something like git describe --tags | sed 's/-/./g' would result in "1.0.3.32.g6fde54d".

yar commented on 2014-05-04 17:20 (UTC)

@Brottweiler Thanks for reporting that! Looks like an upstream bug. I wrote a patch to fix this PKGBUILD, and sent them a pull request: https://github.com/hishamhm/htop/pull/82

Brottweiler commented on 2014-05-04 14:08 (UTC)

Fails to build: Makefile:890: recipe for target 'htop-ProcessList.o' failed make[1]: *** [htop-ProcessList.o] Error 1 make[1]: Leaving directory '/home/brott/build/htop-git/src/htop' Makefile:402: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

wlhlm commented on 2014-04-24 19:27 (UTC)

The patch can be dropped as it has been fixed: https://github.com/hishamhm/htop/commit/2f30cd1070785d7dadbf197392937a14649f89db

<deleted-account> commented on 2013-05-31 09:53 (UTC)

arch=('i686' 'x86_64' 'armv7h') Compile ok in ^_^

dot commented on 2012-06-17 16:49 (UTC)

Please add Python to the makedepends, otherwise make fails with the following message: ... scripts/MakeHeader.py Affinity.c make: scripts/MakeHeader.py: Command not found make: *** [Affinity.h] Error 127

misc commented on 2012-04-28 16:28 (UTC)

If you want "Memory[Bar]" to display the value of used memory as (used+buffers+cache) instead of merely (used), apply this minimal patch that I've written (against r288): http://pastebin.com/HVR9LX6D Use the tarball and add below line 33 ("cd $srcdir/htop/") in the PKGBUILD eg "patch -Np0 -i ${srcdir}/<name you gave it>". Its checksum needs to be added, too. The patch simply sets the value before (buffers+cache) gets subtracted, ie no 'actual' code change. I've submitted a feature request to make this a proper option: http://sourceforge.net/tracker/?func=detail&aid=2952212&group_id=108839&atid=651633