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

Allan McRae allan at archlinux.org
Sun Aug 17 03:48:53 UTC 2008


    Date: Saturday, August 16, 2008 @ 23:48:53
  Author: allan
Revision: 9103

upgpkg: bs 2.7-1
    ncurses rebuild

Modified:
  bs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 03:46:43 UTC (rev 9102)
+++ PKGBUILD	2008-08-17 03:48:53 UTC (rev 9103)
@@ -4,17 +4,16 @@
 pkgver=2.7
 pkgrel=1
 pkgdesc="The classic game of Battleships against the computer. Ncurses."
+arch=('i686' 'x86_64')
 url="http://www.catb.org/~esr/bs/"
 license=('GPL2')
 depends=('ncurses')
 source=($url/$pkgname-$pkgver.tar.gz)
-license=('GPL2')
-arch=('i686' 'x86_64')
 md5sums=('5786c6006e503d100e65139dadb5d5a7')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  #./configure --prefix=/usr
+  ./configure --prefix=/usr
   make || return 1
 
   mkdir -p $startdir/pkg/usr/bin




More information about the arch-commits mailing list