summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2020-08-26 15:48:23 -0400
committeralgebro2020-08-26 15:48:23 -0400
commit9580252f41d1844e5e9c09e75469002572871095 (patch)
tree1639753694c40af9fe177ce3ce6d8027ec2ba07f
parent3660928f078d031186b30567ad2986ac30192f68 (diff)
downloadaur-9580252f41d1844e5e9c09e75469002572871095.tar.gz
v1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5604631099bd..bc190ec7494d 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.3.4
+ pkgver = 1.4.0
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/v1.3.4.tar.gz
- sha256sums = 3498ffa3763f880b00e6c15c6cb0f73ffeeddd780e4ab5040726ef608ab2e8f4
+ source = https://github.com/sanderland/katrain/archive/v1.4.0.tar.gz
+ sha256sums = 49defac793aa2808df59f6bb4d84a5cf549b859fbe56939b14f1600c1ab2529b
pkgname = katrain
diff --git a/PKGBUILD b/PKGBUILD
index 93ba61900668..63387e68f5fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: algebro <algebro at tuta dot io>
pkgname=katrain
-pkgver=1.3.4
+pkgver=1.4.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-dataclasses
'python-docutils' 'python-idna' 'python-kivy' 'python-kivymd' 'python-pillow'
'python-pygame' 'python-pygments' 'python-requests' 'python-urllib3')
source=("https://github.com/sanderland/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('3498ffa3763f880b00e6c15c6cb0f73ffeeddd780e4ab5040726ef608ab2e8f4')
+sha256sums=('49defac793aa2808df59f6bb4d84a5cf549b859fbe56939b14f1600c1ab2529b')
build() {
cd "$srcdir/$pkgname-$pkgver"