From 2288e116085dd553b4f57f908fbae9f9c09c823c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 7 Nov 2012 05:06:55 +0100 Subject: [PATCH] htop: update to 1.0.2. --- srcpkgs/htop/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/htop/template b/srcpkgs/htop/template index 64efa378036..a0e9a6733f2 100644 --- a/srcpkgs/htop/template +++ b/srcpkgs/htop/template @@ -1,6 +1,6 @@ # Template file for 'htop' pkgname=htop -version=1.0 +version=1.0.2 revision=1 build_style=gnu-configure configure_args="--enable-unicode --enable-cgroup --enable-taskstats" @@ -10,11 +10,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://htop.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" -checksum=242879b86db4b97e1090e7cd391247268ccbe90834ff34b6e8242926c9664852 +checksum=ee60657b044ece0df096c053060df7abf3cce3a568ab34d260049e6a37ccd8a1 long_desc=" htop is an interactive process viewer for Linux. It is a text-mode terminal application (for console or X terminals) and requires ncurses." - -pre_configure() { - sed -i 's|ncursesw/curses.h|curses.h|' RichString.h RichString.c configure -}