summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2021-03-21 11:25:05 -0400
committeralgebro2021-03-21 11:25:05 -0400
commitbd4de077f53c996d6dc5e78fc681287249b3b28d (patch)
treed42dfa3367cbeeda6b8bcecd31c9297d96261ade
parentea1b25b4cd3f37d26664a91bfebef9111e046f75 (diff)
downloadaur-bd4de077f53c996d6dc5e78fc681287249b3b28d.tar.gz
v1.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1973da5b89d5..e22eace8943c 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.1
+ pkgver = 1.8.3
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.1.tar.gz
- sha256sums = 992202ecbf81a04a746153b15207e300b2cc7f9fcfa3e81551d340d245d00f7b
+ source = https://github.com/sanderland/katrain/archive/1.8.3.tar.gz
+ sha256sums = 85ffe4c183f0ffe918ad7149eaf9940f87fbdce64a5e716ce78a65c992dfefb7
pkgname = katrain
diff --git a/PKGBUILD b/PKGBUILD
index 4c790fcbfa72..95a6b31bb975 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: algebro <algebro at tuta dot io>
pkgname=katrain
-pkgver=1.8.1
+pkgver=1.8.3
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=('992202ecbf81a04a746153b15207e300b2cc7f9fcfa3e81551d340d245d00f7b')
+sha256sums=('85ffe4c183f0ffe918ad7149eaf9940f87fbdce64a5e716ce78a65c992dfefb7')
build() {
cd "$srcdir/$pkgname-$pkgver"