summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Petrescu2019-02-22 21:26:22 -0500
committerAdrian Petrescu2019-02-22 21:26:22 -0500
commita9329cc9b1cf8fbca3537e8ca7c89c437a11e8ff (patch)
treee2d44f94543a1f5408cbc2ce7b7cbe8cceda547b /PKGBUILD
parent89150a4568aa34be9c7af5a64a1a4d0ce7d5d8cc (diff)
downloadaur-a9329cc9b1cf8fbca3537e8ca7c89c437a11e8ff.tar.gz
pkgrel 5: update to new github org
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0777163521a8..141512197b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
pkgname=leela-zero-git
_pkgname=leela-zero
pkgver=766
-pkgrel=4
+pkgrel=5
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"
+url="https://github.com/leela-zero/leela-zero"
license=('GPLv3')
depends=('glibc' 'zlib' 'openblas' 'boost' 'opencl-driver' 'qt5-base')
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/leela-zero/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")