summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValeriy Huz2018-05-03 09:44:20 +0300
committerValeriy Huz2018-05-03 09:44:20 +0300
commit32e3be9931a112ed6870987552e64c1264fd0af4 (patch)
tree01040f0d7150feb73eda5684f4266386afdea0b9
parent13a275c05b3f94945ad669b5e6f1c466b0ceb28a (diff)
downloadaur-32e3be9931a112ed6870987552e64c1264fd0af4.tar.gz
updated neural network version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe2161baa824..fe3750c4df31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lczero-nvidia-git
pkgdesc = This is an adaptation of GCP's Leela Zero repository to chess, using Stockfish's position representation and move generation.
pkgver = 0.7
- pkgrel = 234
+ pkgrel = 237
url = https://github.com/glinscott/leela-chess
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index aa3cf5fe77ca..73905a5033ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lczero-nvidia-git
_pkgname=leela-chess
pkgver=0.7
-pkgrel=234
+pkgrel=237
pkgdesc="This is an adaptation of GCP's Leela Zero repository to chess, using Stockfish's position representation and move generation."
arch=('i686' 'x86_64')
url="https://github.com/glinscott/leela-chess"
@@ -14,7 +14,7 @@ md5sums=('SKIP')
prepare() {
cd ${srcdir}/${_pkgname}
- wget http://lczero.org/get_network?sha=74337e669906cb565c12a655b5b7eff4d396c5ceae01781de70c92c1d4784212 -O weights_$pkgrel.txt
+ wget http://lczero.org/get_network?sha=f49f934c6a5ef7df60aa687bdc879a5589757c810bbabe27a622a80e6c2bbfa9 -O weights_$pkgrel.txt
echo '#!/bin/bash' > lczero
echo "/usr/bin/lczero-bin -w /usr/share/lczero/weights_$pkgrel.txt" >> lczero
}