summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Petrescu2017-09-05 23:02:25 -0400
committerAdrian Petrescu2017-09-05 23:02:25 -0400
commita425dbcf7343e055bf5b16f805764a82727e6d34 (patch)
treee465dc8cacff583e24f2210ff9d5ae409499480f
parent24902939dd309a25b62d1de2be8920e6cb505445 (diff)
downloadaur-a425dbcf7343e055bf5b16f805764a82727e6d34.tar.gz
Enable mohex for board sizes up to 19x19
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f244adba922..23ef3a56858b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = benzene-mohex
pkgdesc = Computer Hex engine by UAlberta. Winner of 2015 ICGA Olympiad.
pkgver = 1.0.1
- pkgrel = 2
+ pkgrel = 3
url = http://benzene.sourceforge.net
arch = i686
arch = x86_64
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
}