summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}