summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Petrescu2019-02-22 21:25:51 -0500
committerAdrian Petrescu2019-02-22 21:25:51 -0500
commit58862dfc705e7a8b74a2b8a3ab0fc408894107a5 (patch)
tree18c5e9b1d3432e0352352c45b355fa171bc8015a
parent3b185029fba9a4305cc05e57f8111a780bfe145a (diff)
downloadaur-58862dfc705e7a8b74a2b8a3ab0fc408894107a5.tar.gz
pkgrel 5: update to new github org
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 691a5df75310..50c1e552bf0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = leela-zero
pkgdesc = Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper.
pkgver = 0.16
- pkgrel = 4
- url = https://github.com/gcp/leela-zero
+ pkgrel = 5
+ url = https://github.com/leela-zero/leela-zero
install = leela-zero.install
arch = x86_64
license = GPLv3
@@ -16,7 +16,7 @@ pkgbase = leela-zero
depends = boost
depends = opencl-driver
depends = qt5-base
- source = leela-zero::git+https://github.com/gcp/leela-zero#tag=v0.16
+ source = leela-zero::git+https://github.com/leela-zero/leela-zero#tag=v0.16
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 3caca5cb3e8a..67a90cfec8cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=leela-zero
pkgver=0.16
-pkgrel=4
+pkgrel=5
pkgdesc="Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper."
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')
install="$pkgname.install"
-source=("${pkgname}::git+https://github.com/gcp/leela-zero#tag=v${pkgver}"
+source=("${pkgname}::git+https://github.com/leela-zero/leela-zero#tag=v${pkgver}"
"git+https://github.com/google/googletest.git"
"git+https://github.com/eigenteam/eigen-git-mirror"
"weights.txt.gz::http://zero.sjeng.org/best-network")