summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Petrescu2017-09-05 23:02:25 -0400
committerAdrian Petrescu2017-09-05 23:02:25 -0400
commita425dbcf7343e055bf5b16f805764a82727e6d34 (patch)
treee465dc8cacff583e24f2210ff9d5ae409499480f /PKGBUILD
parent24902939dd309a25b62d1de2be8920e6cb505445 (diff)
downloadaur-a425dbcf7343e055bf5b16f805764a82727e6d34.tar.gz
Enable mohex for board sizes up to 19x19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c871cb71433..8a219bcba5ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=benzene-mohex
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc='Computer Hex engine by UAlberta. Winner of 2015 ICGA Olympiad.'
arch=('i686' 'x86_64')
url='http://benzene.sourceforge.net'
@@ -32,7 +32,7 @@ build() {
cd ../benzene-$pkgver/
autoreconf -i
- ./configure --with-fuego-root=$(pwd)/../fuego-1.1/
+ ./configure --with-fuego-root=$(pwd)/../fuego-1.1/ --enable-upto19x19
make
}