summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValerii Huz2018-05-04 13:33:20 +0300
committerValerii Huz2018-05-04 13:33:20 +0300
commit700f8e49a381747976dee5bc2e9da875bf76cfbb (patch)
tree05b30d29a91577200c64deabe7d71656d83087e4
parent32e3be9931a112ed6870987552e64c1264fd0af4 (diff)
downloadaur-700f8e49a381747976dee5bc2e9da875bf76cfbb.tar.gz
updated versions of neural networks and package itself
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe3750c4df31..cda0f155a07b 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 = 237
+ pkgver = 0.8
+ pkgrel = 242
url = https://github.com/glinscott/leela-chess
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 73905a5033ab..a4fbcd6e8746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Valerii Huz <ghotrix at gmail dot com>
pkgname=lczero-nvidia-git
_pkgname=leela-chess
-pkgver=0.7
-pkgrel=237
+pkgver=0.8
+pkgrel=242
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=f49f934c6a5ef7df60aa687bdc879a5589757c810bbabe27a622a80e6c2bbfa9 -O weights_$pkgrel.txt
+ wget http://lczero.org/get_network?sha=ee99f620f9bb992917ea2ad4f0c0c6b3259cc92d5c81fbdecea63bc1bb84837c -O weights_$pkgrel.txt
echo '#!/bin/bash' > lczero
echo "/usr/bin/lczero-bin -w /usr/share/lczero/weights_$pkgrel.txt" >> lczero
}