summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLumaku2021-05-11 23:44:35 +0200
committerLumaku2021-05-11 23:44:35 +0200
commitd9af2799144cb689905c114fbafc523aa54ebd0a (patch)
tree9383725405ade946b51fd7d9e1633a8099cb7125
parent9c4456860bc72b4ce97404ed48d37e1c74f4134f (diff)
downloadaur-d9af2799144cb689905c114fbafc523aa54ebd0a.tar.gz
Update 2021-05-11
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5cb0eb64347..7592d77b88ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = python-huggingface-hub-git
pkgdesc = Client library to download and publish models on the huggingface.co hub
- pkgver = 0.0.8.r37
+ pkgver = 0.0.8.r39
pkgrel = 1
url = https://github.com/huggingface/huggingface_hub
arch = any
license = Apache 2.0
- makedepends = git
- makedepends = python-setuptools
depends = python>=3.6
depends = python-filelock
depends = python-tqdm
depends = python-requests
depends = python-importlib-metadata
- depends = python-espnet
+ optdepends = python-espnet-git: ASR toolkit
+ optdepends = python-speechbrain: ASR toolkit
provides = python-huggingface-hub
conflicts = python-huggingface-hub
conflicts = python-huggingface-hub-git
diff --git a/PKGBUILD b/PKGBUILD
index 6ff508426585..187ff99b8589 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Lumaku <lumaku@mailbox.org>
pkgname=python-huggingface-hub-git
-pkgver=0.0.8.r37
+pkgver=0.0.8.r39
pkgrel=1
pkgdesc='Client library to download and publish models on the huggingface.co hub'
arch=('any')
url='https://github.com/huggingface/huggingface_hub'
license=('Apache 2.0')
-depends=('python>=3.6' 'python-filelock' 'python-tqdm' 'python-requests' 'python-importlib-metadata' 'python-espnet')
-makedepends=('git' 'python-setuptools')
+depends=('python>=3.6' 'python-filelock' 'python-tqdm' 'python-requests' 'python-importlib-metadata')
+optdepends=('python-espnet-git: ASR toolkit'
+ 'python-speechbrain: ASR toolkit')
provides=('python-huggingface-hub')
conflicts=("python-huggingface-hub" "${pkgname}")
source=(