From 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Feb 2012 23:15:10 +0000 Subject: Tue Feb 21 23:15:10 UTC 2012 --- extra/htop/ChangeLog | 3 +++ extra/htop/PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'extra/htop') diff --git a/extra/htop/ChangeLog b/extra/htop/ChangeLog index df71cf644..94fd62244 100644 --- a/extra/htop/ChangeLog +++ b/extra/htop/ChangeLog @@ -1,3 +1,6 @@ +2012-02-19 Angel Velasquez + * Version bump to 1.0.1 + 2011-10-19 Andrea Scarpino * Enable cgroup support (FS#26155) * Add lsof and strace optional depends (FS#25778) diff --git a/extra/htop/PKGBUILD b/extra/htop/PKGBUILD index 33979e0c0..3f17df113 100644 --- a/extra/htop/PKGBUILD +++ b/extra/htop/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 143218 2011-11-23 13:59:27Z angvp $ +# $Id: PKGBUILD 150717 2012-02-21 01:27:23Z angvp $ # Maintainer: Angel Velasquez # Contributor: Eric Belanger # Contributor: Daniel J Griffiths pkgname=htop -pkgver=1.0 +pkgver=1.0.1 pkgrel=1 pkgdesc="Interactive process viewer" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ optdepends=('lsof' 'strace') options=('!emptydirs') changelog=ChangeLog source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('325112ca7947ea1f6d6441f631e00384') +md5sums=('d3b80d905a6bff03f13896870787f901') build() { cd "${srcdir}/${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf