summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2d6065978bb..1733264458a4 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.13.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://github.com/sanderland/katrain
arch = i686
@@ -21,7 +21,7 @@ pkgbase = katrain
depends = python-urllib3
depends = python-numpy
depends = libzip
- source = https://github.com/sanderland/katrain/archive/v1.13.0.tar.gz
- sha256sums = d7ed051490925b9daeda71393f68f24cc143160f3db89e9e0c300ed8872a6fec
+ source = https://github.com/sanderland/katrain/archive/v1.14.0.tar.gz
+ sha256sums = 97a7a34618ddcb79a83f94c3059c29bdbcdf107b6c6bd0ed6bb7e1fc87501d02
pkgname = katrain
diff --git a/PKGBUILD b/PKGBUILD
index 6d3833ccf0c7..f81586b8e68f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: algebro <algebro at tuta dot io>
pkgname=katrain
-pkgver=1.13.0
+pkgver=1.14.0
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-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=('d7ed051490925b9daeda71393f68f24cc143160f3db89e9e0c300ed8872a6fec')
+sha256sums=('97a7a34618ddcb79a83f94c3059c29bdbcdf107b6c6bd0ed6bb7e1fc87501d02')
build() {
cd "$srcdir/$pkgname-$pkgver"