diff options
author | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
commit | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch) | |
tree | 5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /extra/htop | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'extra/htop')
-rw-r--r-- | extra/htop/ChangeLog | 3 | ||||
-rw-r--r-- | extra/htop/PKGBUILD | 6 |
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}" |