makedeb
All the open source things related to the Hugging Face Hub
Click here to go back to the commit logs for python3-huggingface-hub.
Hash: b3583d2066e697704b9c2d8a41842cbfffd29065
Message: 0.21.4
diff --git a/.SRCINFO b/.SRCINFO
index 0f8b470..9540d24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = python3-huggingface-hub
pkgbase = python3-huggingface-hub
pkgdesc = All the open source things related to the Hugging Face Hub
pkgrel = 0
-pkgver = 0.21.3
+pkgver = 0.21.4
url = https://github.com/huggingface/huggingface_hub
arch = all
depends = python3-filelock
@@ -19,8 +19,8 @@ makedepends = python3-wheel
makedepends = python3-setuptools
optdepends = python3-pytorch
optdepends = python3-tensorflow
-source = huggingface_hub-0.21.3.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.21.3.tar.gz
-b2sums = 86c27b154c86321ce5472e66bfad5bd609fa051d89dc48207423f31da79b7406260663f44482115462635df0910da61a76a891dd3f1a3859880e34faa131b61c
+source = huggingface_hub-0.21.4.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.21.4.tar.gz
+b2sums = 8aac3ca36369040fe8f7b628cc07a5d890b845d3bfec0dcf6cf7fc477c5c30d680c2dc0531d92c5e814d86f098fad87c80113f37719b41a1eac696f6abd82372
makedepends = python3-build
makedepends = python3-installer
makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 853ef44..8fc1088 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Butui Hu (AUR) <hot123tea123@gmail.com>
_pkgname=huggingface_hub
pkgname=python3-huggingface-hub
-pkgver=0.21.3
+pkgver=0.21.4
pkgrel=0
pkgdesc='All the open source things related to the Hugging Face Hub'
arch=('all')
@@ -21,7 +21,7 @@ makedepends=('python3-build'
'python3-wheel'
'python3-setuptools')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=('86c27b154c86321ce5472e66bfad5bd609fa051d89dc48207423f31da79b7406260663f44482115462635df0910da61a76a891dd3f1a3859880e34faa131b61c')
+b2sums=('8aac3ca36369040fe8f7b628cc07a5d890b845d3bfec0dcf6cf7fc477c5c30d680c2dc0531d92c5e814d86f098fad87c80113f37719b41a1eac696f6abd82372')
build() {
cd "${_pkgname}-${pkgver}"