diff options
author | Adrian Petrescu | 2019-02-22 21:26:22 -0500 |
---|---|---|
committer | Adrian Petrescu | 2019-02-22 21:26:22 -0500 |
commit | a9329cc9b1cf8fbca3537e8ca7c89c437a11e8ff (patch) | |
tree | e2d44f94543a1f5408cbc2ce7b7cbe8cceda547b /PKGBUILD | |
parent | 89150a4568aa34be9c7af5a64a1a4d0ce7d5d8cc (diff) | |
download | aur-a9329cc9b1cf8fbca3537e8ca7c89c437a11e8ff.tar.gz |
pkgrel 5: update to new github org
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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") |