summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2022-03-24 12:45:31 -0400
committeralgebro2022-03-24 12:45:31 -0400
commita9b4668bae86fcd2a8588ffa2808f0c24a83a901 (patch)
tree081e6e6679735bd5340f41f555bcff1fca1f5d78
parent7d11452d5b35347bdea49112940eb4315d874e59 (diff)
downloadaur-a9b4668bae86fcd2a8588ffa2808f0c24a83a901.tar.gz
v1.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 475bf688d6a0..c53b950b0a0d 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.10.1
+ pkgver = 1.11
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/1.10.1.tar.gz
- sha256sums = 0907031095ec48865a4240bb00e25637af27c52dd68bb1b7b2aa95918731f1ea
+ source = https://github.com/sanderland/katrain/archive/v1.11.tar.gz
+ sha256sums = e5f18cc962659f1498e11d5df5d1057d1fa15184b484168c1d654a7aee7dda64
pkgname = katrain
diff --git a/PKGBUILD b/PKGBUILD
index 5609feb685c8..a769c7aad63c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: algebro <algebro at tuta dot io>
pkgname=katrain
-pkgver=1.10.1
+pkgver=1.11
pkgrel=1
pkgdesc="A tool for analyzing and playing go with AI feedback from KataGo."
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ license=('MIT')
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=('0907031095ec48865a4240bb00e25637af27c52dd68bb1b7b2aa95918731f1ea')
+source=("https://github.com/sanderland/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('e5f18cc962659f1498e11d5df5d1057d1fa15184b484168c1d654a7aee7dda64')
build() {
cd "$srcdir/$pkgname-$pkgver"