summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLumaku2021-05-11 23:44:35 +0200
committerLumaku2021-05-11 23:44:35 +0200
commit29886f5f995a6a89c243a01e195818d515235397 (patch)
treef203535eb3ec866c8e63ae01912e52ef0be7bdec
parentb7a5a5bafc411aeb1674152acf18f1e4e18ba1d3 (diff)
downloadaur-29886f5f995a6a89c243a01e195818d515235397.tar.gz
Update 2021-05-11
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4e61ea01253..6b7a9ef4fbda 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.9.r11190
+ pkgdesc = End-to-End Speech Processing Toolkit Python Package
+ pkgver = 0.9.9.r11203
pkgrel = 1
url = https://github.com/espnet/espnet
arch = any
@@ -9,6 +9,7 @@ pkgbase = python-espnet-git
makedepends = python-setuptools
depends = python>=3.7
depends = python-numpy
+ depends = python-pytorch
depends = python-soundfile
depends = python-typeguard
depends = python-editdistance
diff --git a/PKGBUILD b/PKGBUILD
index 67ab06525584..d20ccc54faf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Lumaku <lumaku@mailbox.org>
pkgname=python-espnet-git
-pkgver=0.9.9.r11190
+pkgver=0.9.9.r11203
pkgrel=1
pkgdesc='End-to-End Speech Processing Toolkit Python Package'
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-git' 'python-pytorch-wpe-git' 'python-g2p-git' 'python-kaldiio-git' 'python-sentencepiece-git' 'python-wandb-git' 'python-espnet-tts-frontend-git' 'python-ctc-segmentation-git' 'python-humanfriendly')
+depends=('python>=3.7' 'python-numpy' 'python-pytorch' '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-git' 'python-espnet-tts-frontend-git' 'python-ctc-segmentation-git' 'python-humanfriendly')
optdepends=('sox: convert audio files' 'python-espnet-model-zoo-git: pretrained models')
makedepends=('git' 'python-setuptools')
provides=('python-espnet')