summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Petrescu2019-01-20 09:01:25 -0500
committerAdrian Petrescu2019-01-20 09:01:25 -0500
commit89150a4568aa34be9c7af5a64a1a4d0ce7d5d8cc (patch)
treeab901e10e20966b9c0ba132575e1feb043ffc118 /PKGBUILD
parentabdf9444184f5f9a0cc73c76a630ed8d34e5ac1b (diff)
downloadaur-89150a4568aa34be9c7af5a64a1a4d0ce7d5d8cc.tar.gz
pkgrel 4: bad checkout directory
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 643598889a75..0777163521a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=leela-zero-git
_pkgname=leela-zero
pkgver=766
-pkgrel=3
+pkgrel=4
pkgdesc="Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper. (next branch)"
arch=('x86_64')
url="https://github.com/gcp/leela-zero"
@@ -14,7 +14,7 @@ makedepends=('git' 'opencl-headers' 'cmake' 'ocl-icd')
provides=('leela-zero')
conflicts=('leela-zero')
install="$pkgname.install"
-source=("${pkgname}::git+https://github.com/gcp/leela-zero#branch=next"
+source=("${_pkgname}::git+https://github.com/gcp/leela-zero#branch=next"
"git+https://github.com/google/googletest.git"
"git+https://github.com/eigenteam/eigen-git-mirror"
"weights.txt.gz::http://zero.sjeng.org/best-network")