summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Petrescu2019-01-20 08:31:34 -0500
committerAdrian Petrescu2019-01-20 08:31:34 -0500
commit0f9a97fadd04160fd21ad3e49e2cface2670f168 (patch)
tree64ca7861efa781a2ca14686d68075d13dd0febd4
parentbddbea5d542cd40fac36e11c79e7038c026aa812 (diff)
downloadaur-0f9a97fadd04160fd21ad3e49e2cface2670f168.tar.gz
Import packaging improvements from leela-zero
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--leela-zero-git.install4
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca1fa2750f28..2f7135b5dd65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = leela-zero-git
pkgdesc = Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper.
- pkgver = 625
+ pkgver = 766
pkgrel = 1
url = https://github.com/gcp/leela-zero
install = leela-zero-git.install
diff --git a/PKGBUILD b/PKGBUILD
index ca354b6714f3..4201ddc21e4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
# Maintainer: Adrian Petrescu <apetresc at gmail dot com>
+# Contributor: algebro <algebro at tuta dot io>
+
pkgname=leela-zero-git
_pkgname=leela-zero
-pkgver=625
+pkgver=766
pkgrel=1
pkgdesc="Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper."
arch=('x86_64')
diff --git a/leela-zero-git.install b/leela-zero-git.install
index 74e8362e8ce4..b0c808e7dc7f 100644
--- a/leela-zero-git.install
+++ b/leela-zero-git.install
@@ -1,12 +1,12 @@
post_install() {
echo ""
echo "leela-zero has downloaded the currently-best network to "
- echo " /usr/share/leela-zero/networks/weights_$1.txt "
+ echo " /usr/share/leela-zero/networks/weights.txt "
echo ""
echo "You can find the new best network at any moment at: "
echo " http://zero.sjeng.org/best-network "
echo ""
echo "A network must be passed in when running leelaz, like: "
- echo " leelaz -w /usr/share/leela-zero/networks/weights_$1.txt"
+ echo " leelaz -w /usr/share/leela-zero/networks/weights.txt "
echo ""
}