summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLumaku2021-03-16 00:09:58 +0100
committerLumaku2021-03-16 00:09:58 +0100
commit2e39ce945ae6f9c561aae08402b77dda4f5fe165 (patch)
tree8dc8b2a0a4160a62704b761998b5bbd51945b386 /PKGBUILD
parent5f7433ee9752c22ca3030d05d237274fc25f4573 (diff)
downloadaur-2e39ce945ae6f9c561aae08402b77dda4f5fe165.tar.gz
Update 2021-03-16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f51ffccb5695..e0e4f5fc3bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Lumaku <lumaku@mailbox.org>
pkgname=python-espnet-git
-pkgver=0.9.8.r11071
+pkgver=0.9.8.r11077
pkgrel=1
pkgdesc='End-to-End Speech Processing Toolkit Python-Only Package (without venv)'
arch=('any')
url='https://github.com/espnet/espnet'
license=('Apache 2.0')
-depends=('python>=3.7' 'python-numpy' 'python-soundfile' 'python-typeguard' 'python-editdistance' 'python-librosa' 'tensorboard' 'python-h5py' 'python-nltk' 'python-regex' 'python-inflect' 'python-jaconv' 'python-pytorch-complex' 'python-pytorch-wpe' 'python-sentencepiece' 'python-g2p-git' 'python-kaldiio' 'python-sentencepiece-git' 'python-wandb')
+depends=('python>=3.7' 'python-numpy' 'python-soundfile' 'python-typeguard' 'python-editdistance' 'python-librosa' 'tensorboard' 'python-h5py' 'python-nltk' 'python-regex' 'python-inflect' 'python-jaconv' 'python-pytorch-complex' 'python-pytorch-wpe' 'python-sentencepiece' 'python-g2p-git' 'python-kaldiio' 'python-sentencepiece-git' 'python-wandb' 'python-espnet-tts-frontend-git')
optdepends=('sox: convert audio files')
makedepends=('git' 'python-setuptools')
provides=('python-espnet')