summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2021-04-16 11:21:25 -0400
committeralgebro2021-04-16 11:21:25 -0400
commit70e0c9235c9445c7490db4548299842ebd8586ad (patch)
tree9294cb5812ef9c05ab26bc1449ccf9d895a94a6b
parentbd4de077f53c996d6dc5e78fc681287249b3b28d (diff)
downloadaur-70e0c9235c9445c7490db4548299842ebd8586ad.tar.gz
v1.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e22eace8943c..54928928a354 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.8.3
+ pkgver = 1.8.4
pkgrel = 1
url = https://github.com/sanderland/katrain
arch = i686
@@ -20,8 +20,8 @@ pkgbase = katrain
depends = python-pygments
depends = python-requests
depends = python-urllib3
- source = https://github.com/sanderland/katrain/archive/1.8.3.tar.gz
- sha256sums = 85ffe4c183f0ffe918ad7149eaf9940f87fbdce64a5e716ce78a65c992dfefb7
+ source = https://github.com/sanderland/katrain/archive/1.8.4.tar.gz
+ sha256sums = b05ff7f6fb0c6a4430a75f78f435a93813787513b0b8e179d60077e566d1cb51
pkgname = katrain
diff --git a/PKGBUILD b/PKGBUILD
index 95a6b31bb975..5c6fd4be6ce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: algebro <algebro at tuta dot io>
pkgname=katrain
-pkgver=1.8.3
+pkgver=1.8.4
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')
source=("https://github.com/sanderland/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('85ffe4c183f0ffe918ad7149eaf9940f87fbdce64a5e716ce78a65c992dfefb7')
+sha256sums=('b05ff7f6fb0c6a4430a75f78f435a93813787513b0b8e179d60077e566d1cb51')
build() {
cd "$srcdir/$pkgname-$pkgver"