summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLudwig Kürzinger2021-12-26 22:21:59 +0100
committerLudwig Kürzinger2021-12-26 22:21:59 +0100
commit4038e8b9df058300e874322554b0387db1927ba6 (patch)
tree51dd8e8d811a95909112af5d69fcc1f7130771e2
parent6a01fef6838e40d80e76a40980b14788710b13ac (diff)
downloadaur-4038e8b9df058300e874322554b0387db1927ba6.tar.gz
Update 2021-12-26
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 235576bf36f4..05d800440c2a 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.10
+ pkgver = 0.5.11
pkgrel = 1
url = https://github.com/speechbrain/speechbrain
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index fb50b3c0a28e..cb9516c9c2f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,22 @@
# Maintainer: Lumaku <lumaku@mailbox.org>
pkgname=python-speechbrain-git
-pkgver=0.5.10
+pkgver=0.5.11
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-git' 'python-joblib' 'python-numpy' 'python-packaging' 'python-scipy' 'python-sentencepiece' 'python-pytorch' 'python-torchaudio' 'python-tqdm' 'python-huggingface-hub-git')
+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-git')
conflicts=("python-speechbrain")