summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2021-07-13 09:49:28 -0400
committeralgebro2021-07-13 09:49:28 -0400
commit70433688419b4b774bacf9a0047a6577530531ae (patch)
tree6b6db0768fd350c1d78bcb688702ec180f3e143b
parent1bc723c75251dcd289e8c86c4169097078349f05 (diff)
downloadaur-70433688419b4b774bacf9a0047a6577530531ae.tar.gz
add libzip dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c67b55b5ae3..5262530d66d6 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.9.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sanderland/katrain
arch = i686
arch = x86_64
@@ -20,6 +20,7 @@ pkgbase = katrain
depends = python-pygments
depends = python-requests
depends = python-urllib3
+ depends = libzip
source = https://github.com/sanderland/katrain/archive/1.9.2.tar.gz
sha256sums = c685a16d65819e19ca9dc73ff81fbdf0c95698306f699a1539fb941a279678c6
diff --git a/PKGBUILD b/PKGBUILD
index b9cb9132081c..11b5a69635ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=katrain
pkgver=1.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for analyzing and playing go with AI feedback from KataGo."
arch=('i686' 'x86_64')
url="https://github.com/sanderland/katrain"
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')
+'python-pygame' 'python-pygments' 'python-requests' 'python-urllib3' 'libzip')
source=("https://github.com/sanderland/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('c685a16d65819e19ca9dc73ff81fbdf0c95698306f699a1539fb941a279678c6')