summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2023-01-18 11:30:13 -0500
committeralgebro2023-01-18 11:30:13 -0500
commitc7381d7c543c0bd043f9a75fd4532cf6ee7bb2cf (patch)
treeeb96c1d429c5bf9f46e12fdcf47398d682988157
parent71ee045f9e36e0f3c411e5750af9b9c2123a30b7 (diff)
downloadaur-c7381d7c543c0bd043f9a75fd4532cf6ee7bb2cf.tar.gz
v1.12.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85f9cf3fe42f..5f2060777053 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = katrain
pkgdesc = A tool for analyzing and playing go with AI feedback from KataGo.
- pkgver = 1.12
+ pkgver = 1.12.2
pkgrel = 1
url = https://github.com/sanderland/katrain
arch = i686
@@ -22,7 +22,7 @@ pkgbase = katrain
depends = python-urllib3
depends = python-numpy
depends = libzip
- source = https://github.com/sanderland/katrain/archive/v1.12.tar.gz
- sha256sums = 7641fed489593bbecc81fc5ee7fca3b7344841a724ce2a411248ab23d24e3dd4
+ source = https://github.com/sanderland/katrain/archive/v1.12.2.tar.gz
+ sha256sums = 6f38ca950d899146f72200d437dcd8da62bbc01bc1114b2962297d69ea5200e6
pkgname = katrain
diff --git a/PKGBUILD b/PKGBUILD
index 5a40a75e97a4..970bc2130189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: algebro <algebro at tuta dot io>
pkgname=katrain
-pkgver=1.12
+pkgver=1.12.2
pkgrel=1
pkgdesc="A tool for analyzing and playing go with AI feedback from KataGo."
arch=('i686' 'x86_64')
@@ -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' 'python-numpy' 'libzip')
source=("https://github.com/sanderland/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('7641fed489593bbecc81fc5ee7fca3b7344841a724ce2a411248ab23d24e3dd4')
+sha256sums=('6f38ca950d899146f72200d437dcd8da62bbc01bc1114b2962297d69ea5200e6')
build() {
cd "$srcdir/$pkgname-$pkgver"