mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 10:27:15 +08:00
htop update
This commit is contained in:
parent
7bafac344d
commit
0a68001005
@ -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
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user