summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2021-03-06 13:34:55 -0500
committeralgebro2021-03-06 13:34:55 -0500
commitea1b25b4cd3f37d26664a91bfebef9111e046f75 (patch)
treeb2ec9ebc60c637ea58f0c65834ee1a8efbf5b3f3
parent1a1f8ad770659d0ef5192d3a035b072b8ee9b322 (diff)
downloadaur-ea1b25b4cd3f37d26664a91bfebef9111e046f75.tar.gz
v1.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 990c600d2d32..1973da5b89d5 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.7.6
+ pkgver = 1.8.1
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.7.6.tar.gz
- sha256sums = fb4134db5678167b5aac1355802e944cea3c4dd29c4bb1a5ec69c06c7757e07a
+ source = https://github.com/sanderland/katrain/archive/1.8.1.tar.gz
+ sha256sums = 992202ecbf81a04a746153b15207e300b2cc7f9fcfa3e81551d340d245d00f7b
pkgname = katrain
diff --git a/PKGBUILD b/PKGBUILD
index f96ed27881d3..4c790fcbfa72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: algebro <algebro at tuta dot io>
pkgname=katrain
-pkgver=1.7.6
+pkgver=1.8.1
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')
-source=("https://github.com/sanderland/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('fb4134db5678167b5aac1355802e944cea3c4dd29c4bb1a5ec69c06c7757e07a')
+source=("https://github.com/sanderland/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('992202ecbf81a04a746153b15207e300b2cc7f9fcfa3e81551d340d245d00f7b')
build() {
cd "$srcdir/$pkgname-$pkgver"