summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2022-06-23 16:08:30 -0400
committeralgebro2022-06-23 16:08:30 -0400
commit1a9f8628d5dfc870155240da6ea9e21d475cab67 (patch)
tree75695c1a288a28781c18dc38eb29dd73c2d9bde2
parenta9b4668bae86fcd2a8588ffa2808f0c24a83a901 (diff)
downloadaur-1a9f8628d5dfc870155240da6ea9e21d475cab67.tar.gz
v1.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c53b950b0a0d..3cab6c2c536a 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.11
+ pkgver = 1.11.1
pkgrel = 1
url = https://github.com/sanderland/katrain
arch = i686
@@ -21,7 +21,7 @@ pkgbase = katrain
depends = python-requests
depends = python-urllib3
depends = libzip
- source = https://github.com/sanderland/katrain/archive/v1.11.tar.gz
- sha256sums = e5f18cc962659f1498e11d5df5d1057d1fa15184b484168c1d654a7aee7dda64
+ source = https://github.com/sanderland/katrain/archive/v1.11.1.tar.gz
+ sha256sums = f2a75ec9d1ebac45d797a3d431bf568d384ecf75a9fb56f864c909f355afeccc
pkgname = katrain
diff --git a/PKGBUILD b/PKGBUILD
index a769c7aad63c..28136d9bb9a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: algebro <algebro at tuta dot io>
pkgname=katrain
-pkgver=1.11
+pkgver=1.11.1
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' 'libzip')
source=("https://github.com/sanderland/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('e5f18cc962659f1498e11d5df5d1057d1fa15184b484168c1d654a7aee7dda64')
+sha256sums=('f2a75ec9d1ebac45d797a3d431bf568d384ecf75a9fb56f864c909f355afeccc')
build() {
cd "$srcdir/$pkgname-$pkgver"