summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLumaku2021-03-03 15:13:41 +0100
committerLumaku2021-03-03 15:13:41 +0100
commit9f2dedadb7bb87dd38276f46cfb0ab1f84ae6a2a (patch)
tree3ca68f59b14dc131c536e7a7c3e07756abc22d96
parent0507d4330bdd01ac5bdec4dea44d5c3c80755dae (diff)
downloadaur-9f2dedadb7bb87dd38276f46cfb0ab1f84ae6a2a.tar.gz
Update 2021-03-03
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f54affaa4fd0..cb4063ae5941 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-kaldiio-git
pkgdesc = Pure Python module for reading and writing kaldi ark files
- pkgver = 2.17.0.r252
+ pkgver = 2.17.2.r257
pkgrel = 1
url = https://github.com/nttcslab-sp/kaldiio
arch = any
license = custom:NTT
makedepends = git
+ makedepends = python-setuptools
depends = python>=3.7
depends = python-pytorch-complex-git
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index ccd2edcce713..15379e2fed36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lumaku <lumaku@mailbox.org>
pkgname=python-kaldiio-git
-pkgver=2.17.0.r252
+pkgver=2.17.2.r257
pkgrel=1
pkgdesc='Pure Python module for reading and writing kaldi ark files'
arch=('any')