summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLumaku2021-03-21 16:42:01 +0100
committerLumaku2021-03-21 16:42:01 +0100
commit03b8c68f8bb5b687a09c144711dc372d1925e079 (patch)
tree175259eb925d6d1256b283fed4e37376a3e26c82
parent568cdc346b505dc09a12d390d54c35b04b4b4f6f (diff)
downloadaur-03b8c68f8bb5b687a09c144711dc372d1925e079.tar.gz
Update 2021-03-21
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9639b25630fa..df86904c2665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-espnet-git
pkgdesc = End-to-End Speech Processing Toolkit Python-Only Package (without venv)
- pkgver = 0.9.8.r11079
+ pkgver = 0.9.8.r11083
pkgrel = 1
url = https://github.com/espnet/espnet
arch = any
@@ -19,11 +19,10 @@ pkgbase = python-espnet-git
depends = python-regex
depends = python-inflect
depends = python-jaconv
- depends = python-pytorch-complex
- depends = python-pytorch-wpe
- depends = python-sentencepiece
+ depends = python-pytorch-complex-git
+ depends = python-pytorch-wpe-git
depends = python-g2p-git
- depends = python-kaldiio
+ depends = python-kaldiio-git
depends = python-sentencepiece-git
depends = python-wandb
depends = python-espnet-tts-frontend-git
diff --git a/PKGBUILD b/PKGBUILD
index 6ba4ed06323c..82ec1d7142ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Lumaku <lumaku@mailbox.org>
pkgname=python-espnet-git
-pkgver=0.9.8.r11079
+pkgver=0.9.8.r11083
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' 'python-espnet-tts-frontend-git' 'python-ctc-segmentation-git')
+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-git' 'python-pytorch-wpe-git' 'python-g2p-git' 'python-kaldiio-git' 'python-sentencepiece-git' 'python-wandb' 'python-espnet-tts-frontend-git' 'python-ctc-segmentation-git')
optdepends=('sox: convert audio files' 'python-espnet-model-zoo-git: pretrained models')
makedepends=('git' 'python-setuptools')
provides=('python-espnet')