summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValeriy Huz2018-05-09 09:22:43 +0300
committerValeriy Huz2018-05-09 09:22:43 +0300
commitd4a92eb93bb6fbd8c4bed12df30b132984d8420b (patch)
tree540c61d204b2c7b1aec3aa234354d2cb676fb2ee
parent365e6f3230dee82351531d32d1a22c1838c38c04 (diff)
downloadaur-d4a92eb93bb6fbd8c4bed12df30b132984d8420b.tar.gz
updated version of package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae8f0b5d8e6c..a223ecdabccb 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.8
- pkgrel = 252
+ pkgver = 0.9
+ pkgrel = 253
url = https://github.com/glinscott/leela-chess
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1ac7bf550982..70b3be89a4b1 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.8
-pkgrel=252
+pkgver=0.9
+pkgrel=253
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=baa3fdd63a4ee38bffeecf6bf64c28a98a48ac36844edf9819b6b6285475e285 -O weights_$pkgrel.txt
+ wget http://lczero.org/get_network?sha=442d9a804063c606f4bcaa71dd58a04d065eb47642b3e59c512fdabbbbed376c -O weights_$pkgrel.txt
echo '#!/bin/bash' > lczero
echo "/usr/bin/lczero-bin -w /usr/share/lczero/weights_$pkgrel.txt" >> lczero
}