[arch-commits] CVS update of extra/system/htop (PKGBUILD)

Eric Belanger eric at archlinux.org
Wed Jul 4 03:25:19 UTC 2007


    Date: Tuesday, July 3, 2007 @ 23:25:19
  Author: eric
    Path: /home/cvs-extra/extra/system/htop

Modified: PKGBUILD (1.12 -> 1.13)

upgpkg: htop 0.6.6-1


----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)


Index: extra/system/htop/PKGBUILD
diff -u extra/system/htop/PKGBUILD:1.12 extra/system/htop/PKGBUILD:1.13
--- extra/system/htop/PKGBUILD:1.12	Sat Dec  9 12:22:21 2006
+++ extra/system/htop/PKGBUILD	Tue Jul  3 23:25:19 2007
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD,v 1.12 2006/12/09 17:22:21 damir Exp $
+# $Id: PKGBUILD,v 1.13 2007/07/04 03:25:19 eric Exp $
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=htop
-pkgver=0.6.5
+pkgver=0.6.6
 pkgrel=1
 pkgdesc="Ncurses based interactive process viewer"
 arch=('i686' 'x86_64')
-license="GPL"
 url="http://htop.sourceforge.net"
+license=('GPL')
 depends=('ncurses')
 source=(http://switch.dl.sourceforge.net/sourceforge/htop/htop-$pkgver.tar.gz)
-
+md5sums=('12c8e6e97bd50a4e0a4730d23675fc7b')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -18,4 +18,3 @@
   make || return 1
   make DESTDIR=$startdir/pkg install
 }
-




More information about the arch-commits mailing list