summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ead74dae33f..c61ad687d3a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=benzene-wolve
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc='Computer Hex engine by UAlberta. Winner of 2008 ICGA Olympiad.'
arch=('i686' 'x86_64')
url='http://benzene.sourceforge.net'
@@ -33,7 +33,7 @@ build() {
cd $srcdir/benzene-$pkgver/
autoreconf -i
- ./configure --with-fuego-root=$(pwd)/../fuego-1.1/
+ ./configure --with-fuego-root=$(pwd)/../fuego-1.1/ --enable-upto19x19
make
}