htop update

This commit is contained in:
abveritas 2011-11-21 20:25:35 +00:00
parent 7bafac344d
commit 0a68001005
2 changed files with 3 additions and 17 deletions

View File

@ -1,14 +0,0 @@
2009-09-21 Eric Belanger <eric@archlinux.org>
* htop 0.8.3-1
* Upstream update
* Built with vserver and openvz support (close FS#12755)
2008-12-09 Alexander Fehr <pizzapunk gmail com>
* htop-0.8.1-1:
* New upstream release
* New maintainer
* Added patch to fix FS#12235
* Enabled Unicode support
* Added ChangeLog

View File

@ -8,8 +8,8 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=htop
pkgver=0.9
pkgrel=2
pkgver=1.0
pkgrel=1
pkgdesc="Interactive process viewer"
arch=('i686' 'x86_64')
url="http://htop.sourceforge.net/"
@ -18,7 +18,7 @@ depends=('ncurses')
makedepends=('python2')
options=('!emptydirs')
source=(http://downloads.sourceforge.net/htop/${pkgname}-${pkgver}.tar.gz)
md5sums=('7c5507f35f363f3f40183a2ba3c561f8')
md5sums=('325112ca7947ea1f6d6441f631e00384')
build() {
cd ${srcdir}/${pkgname}-${pkgver}