summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2021-12-04 12:35:19 -0500
committeralgebro2021-12-04 12:35:19 -0500
commit7d11452d5b35347bdea49112940eb4315d874e59 (patch)
tree4263ac1d0e1dd901d490484e4cff1cf80bb5bbfc
parent7ae4d77074e7ac8423d1173431d83f6278181c78 (diff)
downloadaur-7d11452d5b35347bdea49112940eb4315d874e59.tar.gz
v1.10.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3114db014c12..475bf688d6a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = katrain
pkgdesc = A tool for analyzing and playing go with AI feedback from KataGo.
- pkgver = 1.9.3
- pkgrel = 2
+ pkgver = 1.10.1
+ pkgrel = 1
url = https://github.com/sanderland/katrain
arch = i686
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = katrain
depends = python-requests
depends = python-urllib3
depends = libzip
- source = https://github.com/sanderland/katrain/archive/1.9.3.tar.gz
- sha256sums = bc3d396c70e65e8c0d17cfd90c804c7d79e27cbdaeb59789dd58bbe51096bcea
+ source = https://github.com/sanderland/katrain/archive/1.10.1.tar.gz
+ sha256sums = 0907031095ec48865a4240bb00e25637af27c52dd68bb1b7b2aa95918731f1ea
pkgname = katrain
diff --git a/PKGBUILD b/PKGBUILD
index 7e0cfab9153b..5609feb685c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: algebro <algebro at tuta dot io>
pkgname=katrain
-pkgver=1.9.3
-pkgrel=2
+pkgver=1.10.1
+pkgrel=1
pkgdesc="A tool for analyzing and playing go with AI feedback from KataGo."
arch=('i686' 'x86_64')
url="https://github.com/sanderland/katrain"
@@ -11,7 +11,7 @@ depends=('python' 'python-certifi' 'python-chardet' 'cython' 'python-dataclasses
'python-docutils' 'python-idna' 'python-kivy>=2.0.0' 'python-kivymd' 'python-pillow'
'python-pygame' 'python-pygments' 'python-requests' 'python-urllib3' 'libzip')
source=("https://github.com/sanderland/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('bc3d396c70e65e8c0d17cfd90c804c7d79e27cbdaeb59789dd58bbe51096bcea')
+sha256sums=('0907031095ec48865a4240bb00e25637af27c52dd68bb1b7b2aa95918731f1ea')
build() {
cd "$srcdir/$pkgname-$pkgver"