summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorflovo2020-03-31 14:47:59 +0200
committerflovo2020-03-31 14:47:59 +0200
commit3083caae10d073d0d776cd5053d6c74d9ed512ba (patch)
treee9ce7dc70c1888fcec8b5ddb72ab3ca2741281b7
parentbdffe64499e193ce59dba40ea6bba0aedf37367e (diff)
downloadaur-3083caae10d073d0d776cd5053d6c74d9ed512ba.tar.gz
correcting path to neuronal net files
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eb36adf6ae2..bf7166d46d3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = katago-opencl
pkgdesc = Baduk engine with no human-provided knowledge.
pkgver = 1.3.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lightvector/KataGo
arch = x86_64
license = MIT
@@ -13,9 +13,9 @@ pkgbase = katago-opencl
depends = boost-libs
provides = katago
source = katago-opencl::git+https://github.com/lightvector/KataGo#tag=v1.3.5
- source = g170e-b20c256x2-s3354994176-d716845198.bin.gz::https://github.com/lightvector/KataGo/releases/download/v1.3.5/g170e-b20c256x2-s3354994176-d716845198.bin.gz
- source = g170-b30c320x2-s2271129088-d716970897.bin.gz::https://github.com/lightvector/KataGo/releases/download/v1.3.5/g170-b30c320x2-s2271129088-d716970897.bin.gz
- source = g170-b40c256x2-s2383550464-d716628997.bin.gz::https://github.com/lightvector/KataGo/releases/download/v1.3.5/g170-b40c256x2-s2383550464-d716628997.bin.gz
+ source = g170e-b20c256x2-s3354994176-d716845198.bin.gz::https://github.com/lightvector/KataGo/releases/download/v1.3.4/g170e-b20c256x2-s3354994176-d716845198.bin.gz
+ source = g170-b30c320x2-s2271129088-d716970897.bin.gz::https://github.com/lightvector/KataGo/releases/download/v1.3.4/g170-b30c320x2-s2271129088-d716970897.bin.gz
+ source = g170-b40c256x2-s2383550464-d716628997.bin.gz::https://github.com/lightvector/KataGo/releases/download/v1.3.4/g170-b40c256x2-s2383550464-d716628997.bin.gz
sha256sums = SKIP
sha256sums = fa73912ad2fc84940e5b9edc78a3ef2d775ed18f3c9a735f4051c378b7526d6e
sha256sums = 16a907dca44709d69c64f738c9cce727c91406d10aea212631db30da66bef98a
diff --git a/PKGBUILD b/PKGBUILD
index ad19f743ace0..b043f0c9034b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=katago-opencl
pkgver=1.3.5
-pkgrel=1
+pkgrel=2
pkgdesc="Baduk engine with no human-provided knowledge."
arch=('x86_64')
provides=("katago")
@@ -11,9 +11,9 @@ license=('MIT')
depends=('libzip' 'ocl-icd' 'boost-libs')
makedepends=('git' 'opencl-headers' 'cmake')
source=("${pkgname}::git+https://github.com/lightvector/KataGo#tag=v${pkgver}"
- "g170e-b20c256x2-s3354994176-d716845198.bin.gz::https://github.com/lightvector/KataGo/releases/download/v${pkgver}/g170e-b20c256x2-s3354994176-d716845198.bin.gz"
- "g170-b30c320x2-s2271129088-d716970897.bin.gz::https://github.com/lightvector/KataGo/releases/download/v${pkgver}/g170-b30c320x2-s2271129088-d716970897.bin.gz"
- "g170-b40c256x2-s2383550464-d716628997.bin.gz::https://github.com/lightvector/KataGo/releases/download/v${pkgver}/g170-b40c256x2-s2383550464-d716628997.bin.gz")
+ "g170e-b20c256x2-s3354994176-d716845198.bin.gz::https://github.com/lightvector/KataGo/releases/download/v1.3.4/g170e-b20c256x2-s3354994176-d716845198.bin.gz"
+ "g170-b30c320x2-s2271129088-d716970897.bin.gz::https://github.com/lightvector/KataGo/releases/download/v1.3.4/g170-b30c320x2-s2271129088-d716970897.bin.gz"
+ "g170-b40c256x2-s2383550464-d716628997.bin.gz::https://github.com/lightvector/KataGo/releases/download/v1.3.4/g170-b40c256x2-s2383550464-d716628997.bin.gz")
sha256sums=('SKIP'
'fa73912ad2fc84940e5b9edc78a3ef2d775ed18f3c9a735f4051c378b7526d6e'
'16a907dca44709d69c64f738c9cce727c91406d10aea212631db30da66bef98a'