summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2023-06-05 17:04:34 -0400
committeralgebro2023-06-05 17:04:34 -0400
commit7901155023324643e200cd8c16effefaeec908f0 (patch)
treec2d22d30b12424a7785acd7428b30ecfdf43feca
parentc11a827fe1c4f6a00b0956965d4d0a041c6764bd (diff)
downloadaur-7901155023324643e200cd8c16effefaeec908f0.tar.gz
v1.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcdff72846a3..d2d6065978bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = katrain
pkgdesc = A tool for analyzing and playing go with AI feedback from KataGo.
- pkgver = 1.12.3
- pkgrel = 2
+ pkgver = 1.13.0
+ pkgrel = 1
url = https://github.com/sanderland/katrain
arch = i686
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = katrain
depends = python-urllib3
depends = python-numpy
depends = libzip
- source = https://github.com/sanderland/katrain/archive/v1.12.3.tar.gz
- sha256sums = 78624e7fc82c162e42b50df36903f2b379103ca7fdb4a8040ae08e70b9bc34e1
+ source = https://github.com/sanderland/katrain/archive/v1.13.0.tar.gz
+ sha256sums = d7ed051490925b9daeda71393f68f24cc143160f3db89e9e0c300ed8872a6fec
pkgname = katrain
diff --git a/PKGBUILD b/PKGBUILD
index 8103143d60bf..6d3833ccf0c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: algebro <algebro at tuta dot io>
pkgname=katrain
-pkgver=1.12.3
-pkgrel=2
+pkgver=1.13.0
+pkgrel=1
pkgdesc="A tool for analyzing and playing go with AI feedback from KataGo."
arch=('i686' 'x86_64')
url="https://github.com/sanderland/katrain"
@@ -11,7 +11,7 @@ depends=('python' 'python-certifi' 'python-chardet' 'cython'
'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=('78624e7fc82c162e42b50df36903f2b379103ca7fdb4a8040ae08e70b9bc34e1')
+sha256sums=('d7ed051490925b9daeda71393f68f24cc143160f3db89e9e0c300ed8872a6fec')
build() {
cd "$srcdir/$pkgname-$pkgver"