summaryrefslogtreecommitdiff
path: root/extra/htop
diff options
context:
space:
mode:
Diffstat (limited to 'extra/htop')
-rw-r--r--extra/htop/ChangeLog3
-rw-r--r--extra/htop/PKGBUILD6
2 files changed, 6 insertions, 3 deletions
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 <angvp@archlinux.org>
+ * Version bump to 1.0.1
+
2011-10-19 Andrea Scarpino <andrea@archlinux.org>
* 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 <angvp@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
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}"