summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorflovo2022-06-07 20:15:35 +0200
committerflovo2022-06-07 20:15:35 +0200
commita48e40ea72e6d84d2da4eb264a2307600cf20da4 (patch)
tree5e6c9026fafd7697b46378b825a301daa8463d02
parent9debc7bf4ea656ab86098d982a678f1ba80bc0e0 (diff)
downloadaur-a48e40ea72e6d84d2da4eb264a2307600cf20da4.tar.gz
v1.11.0
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f21d438a805..7361898061ac 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = katago-opencl
pkgdesc = Baduk engine with no human-provided knowledge.
- pkgver = 1.9.1
+ pkgver = 1.11.0
pkgrel = 1
url = https://github.com/lightvector/KataGo
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = katago-opencl
depends = ocl-icd
depends = boost-libs
provides = katago
- source = katago-opencl::git+https://github.com/lightvector/KataGo#tag=v1.9.1
+ source = katago-opencl::git+https://github.com/lightvector/KataGo#tag=v1.11.0
source = g170e-b20c256x2-s5303129600-d1228401921.bin.gz::https://github.com/lightvector/KataGo/releases/download/v1.4.5/g170e-b20c256x2-s5303129600-d1228401921.bin.gz
source = g170-b30c320x2-s4824661760-d1229536699.bin.gz::https://github.com/lightvector/KataGo/releases/download/v1.4.5/g170-b30c320x2-s4824661760-d1229536699.bin.gz
source = g170-b40c256x2-s5095420928-d1229425124.bin.gz::https://github.com/lightvector/KataGo/releases/download/v1.4.5/g170-b40c256x2-s5095420928-d1229425124.bin.gz
diff --git a/PKGBUILD b/PKGBUILD
index 616cc8352736..38345db8af82 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: flovo <flovo-git-commit at f-voegele dot de>
pkgname=katago-opencl
-pkgver=1.9.1
+pkgver=1.11.0
pkgrel=1
pkgdesc="Baduk engine with no human-provided knowledge."
arch=('x86_64')
@@ -18,7 +18,6 @@ sha512sums=('SKIP'
'668e6c6e7504a22e105c9ea432bc4c4d0db633b6d8445e19659a0179e72f85fb0955d9b2d132baccb43ccb7a622f88f148f7358bb01b626cf112aba79a8f4e23'
'32766531050b3e3701cf4abe2895956d132c6cac56c8a5c83f1f2b1439fe3c0ff07bcb4ac342164bc166c3ef85abd0d8492d55514a2aa669b4859fccf49f9654'
'566f1752222f3c3f7b8076e8796a956ec3b302c5963fae31640604ccd6462fa8dea836548b12b4a44aa9d031152f825a924c95303b886a13803b613f650b7a03')
-
prepare() {
cd $srcdir/$pkgname
git submodule init
@@ -38,4 +37,3 @@ package() {
install -Dm644 $srcdir/g170-b40c256x2-s5095420928-d1229425124.bin.gz $pkgdir/usr/share/katago/networks/weights-b40.bin.gz
install -Dm644 $srcdir/katago-opencl/LICENSE $pkgdir/usr/share/licenses/katago-opencl/LICENSE
}
-