summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4d9c05a3c4a..209a39d796c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-speechbrain-git
pkgdesc = All-in-one speech toolkit in pure Python and Pytorch
- pkgver = 0.5.4.r4308
+ pkgver = 0.5.4.r4312
pkgrel = 1
url = https://github.com/speechbrain/speechbrain
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-speechbrain-git
makedepends = git
makedepends = python-setuptools
depends = python>=3.7
- depends = python-hyperpyyaml
+ depends = python-hyperpyyaml-git
depends = python-joblib
depends = python-numpy
depends = python-packaging
@@ -17,7 +17,7 @@ pkgbase = python-speechbrain-git
depends = python-pytorch
depends = python-torchaudio
depends = python-tqdm
- depends = python-huggingface-hub
+ depends = python-huggingface-hub-git
provides = python-speechbrain-zoo
conflicts = python-speechbrain-zoo
conflicts = python-speechbrain-git
diff --git a/PKGBUILD b/PKGBUILD
index 30a1de0bc7dd..e8d430d4c7a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Lumaku <lumaku@mailbox.org>
pkgname=python-speechbrain-git
-pkgver=0.5.4.r4308
+pkgver=0.5.4.r4312
pkgrel=1
pkgdesc='All-in-one speech toolkit in pure Python and Pytorch'
arch=('any')
url='https://github.com/speechbrain/speechbrain'
license=('Apache 2.0')
-depends=('python>=3.7' 'python-hyperpyyaml' 'python-joblib' 'python-numpy' 'python-packaging' 'python-scipy' 'python-sentencepiece' 'python-pytorch' 'python-torchaudio' 'python-tqdm' 'python-huggingface-hub')
+depends=('python>=3.7' 'python-hyperpyyaml-git' 'python-joblib' 'python-numpy' 'python-packaging' 'python-scipy' 'python-sentencepiece' 'python-pytorch' 'python-torchaudio' 'python-tqdm' 'python-huggingface-hub-git')
makedepends=('git' 'python-setuptools')
provides=('python-speechbrain-zoo')
conflicts=("python-speechbrain-zoo" "${pkgname}")