summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralgebro2019-07-23 11:11:02 -0400
committeralgebro2019-07-23 11:11:02 -0400
commitc38bfadb2d8c6ee0415d44d23689f2b3da414a80 (patch)
tree524ff64f4658459747ddb3439a704ad74732a2fb /PKGBUILD
parenta9329cc9b1cf8fbca3537e8ca7c89c437a11e8ff (diff)
downloadaur-leela-zero-git.tar.gz
Manually extract weights.txt.gz due to bug/issue with bsdtar and gz files
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