Date: Thursday, April 18, 2013 @ 17:55:28
  Author: jsteel
Revision: 88492

upgpkg: gnuchess 6.0.3-1

Modified:
  gnuchess/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-04-18 15:03:57 UTC (rev 88491)
+++ PKGBUILD    2013-04-18 15:55:28 UTC (rev 88492)
@@ -1,26 +1,30 @@
 # $Id$
-# Maintainer: Allan McRae <al...@archlinux.org>
+# Maintainer: Jonathan Steel <m...@jsteel.org>
+# Contributor: Allan McRae <al...@archlinux.org>
 # Contributor: Tom Newsom <jeeps...@gmx.co.uk>
 
 pkgname=gnuchess
-pkgver=6.0.2
+pkgver=6.0.3
 pkgrel=1
 pkgdesc="Lets most modern computers play a full game of chess"
 url="http://www.gnu.org/software/chess/chess.html";
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc' 'ncurses' 'readline')
-source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('566a145479c47f2f9d7d9b7b8119e1b0'
-         '044487606aa14ecb29ab9613f83918d9')
+optdepends=('xboard: for a GUI')
+source=(ftp://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz)
+md5sums=('28625afb8f48b86211ee1d217c308064')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd "$srcdir"/$pkgname-$pkgver
+
   ./configure --prefix=/usr
+
   make  
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=$pkgdir/usr install
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make prefix="$pkgdir"/usr install
 }

Reply via email to