summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2019-07-23 11:11:02 -0400
committeralgebro2019-07-23 11:11:02 -0400
commitc38bfadb2d8c6ee0415d44d23689f2b3da414a80 (patch)
tree524ff64f4658459747ddb3439a704ad74732a2fb
parenta9329cc9b1cf8fbca3537e8ca7c89c437a11e8ff (diff)
downloadaur-leela-zero-git.tar.gz
Manually extract weights.txt.gz due to bug/issue with bsdtar and gz files
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f82d8f3d7b8..6cb7cb8e66d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = leela-zero-git
pkgdesc = Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper. (next branch)
pkgver = 766
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/leela-zero/leela-zero
install = leela-zero-git.install
arch = x86_64
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