summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-03-11 00:28:58 +0100
committerhaawda2018-03-11 00:28:58 +0100
commit98a3988a0643759db91518b6d444e2686caad86f (patch)
treec4279e9ce2f89ff0d2ec27e67af63a22c8ceeabe
parentcf414b3b68addab8b64c36e3a19c4cac7a814d94 (diff)
downloadaur-98a3988a0643759db91518b6d444e2686caad86f.tar.gz
add dcnn support via caffe
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a40c2dfb052b..f3660e42de06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pachi
pkgdesc = A reasonably strong engine for the board game go
pkgver = 12.00
- pkgrel = 1
+ pkgrel = 2
url = http://pachi.or.cz/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 35a15927716a..5a93d349ba96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=pachi
pkgver=12.00
_pkgcodename=jowa
-pkgrel=1
+pkgrel=2
pkgdesc="A reasonably strong engine for the board game go"
arch=('i686' 'x86_64')
depends=('glibc')
@@ -22,7 +22,7 @@ prepare() {
build() {
cd $pkgname-$pkgname-$pkgver-$_pkgcodename
- make DCNN=0
+ make
}
package() {