summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 141512197b56..4c90a35d7a8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=leela-zero-git
_pkgname=leela-zero
pkgver=766
-pkgrel=5
+pkgrel=6
pkgdesc="Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper. (next branch)"
arch=('x86_64')
url="https://github.com/leela-zero/leela-zero"
@@ -29,6 +29,7 @@ pkgver() {
}
prepare() {
+ gunzip -f weights.txt.gz
cd $srcdir/${_pkgname}
git submodule init
git config submodule.gtest.url "$srcdir"/googletest