[arch-commits] Commit in gnuchess/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Thu Sep 8 07:29:24 UTC 2011


    Date: Thursday, September 8, 2011 @ 03:29:24
  Author: allan
Revision: 137507

upgpkg: gnuchess 6.0.1-1

upstream update

Modified:
  gnuchess/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-08 07:11:50 UTC (rev 137506)
+++ PKGBUILD	2011-09-08 07:29:24 UTC (rev 137507)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=gnuchess
-pkgver=6.0.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc="Lets most modern computers play a full game of chess"
 url="http://www.gnu.org/software/chess/chess.html"
@@ -11,12 +11,12 @@
 license=('GPL')
 depends=('glibc' 'ncurses' 'readline')
 source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
-md5sums=('1a7a46188dab76f4339d22ff47c31515')
+md5sums=('041888218f73886f146fa7fbf92190de')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
-  make
+  make  
 }
 
 package() {




More information about the arch-commits mailing list