summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30dabff7c706..3d3c66d3d955 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 = 3
+ pkgrel = 4
url = https://github.com/gcp/leela-zero
install = leela-zero-git.install
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = leela-zero-git
depends = qt5-base
provides = leela-zero
conflicts = leela-zero
- source = leela-zero-git::git+https://github.com/gcp/leela-zero#branch=next
+ source = leela-zero::git+https://github.com/gcp/leela-zero#branch=next
source = git+https://github.com/google/googletest.git
source = git+https://github.com/eigenteam/eigen-git-mirror
source = weights.txt.gz::http://zero.sjeng.org/best-network
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")