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: 5db0fefd9cb75e263f211cf81bd01fbd606e3cec
Message: 0.22.2
diff --git a/.SRCINFO b/.SRCINFO
index 091c239..1f6e250 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.22.1
+pkgver = 0.22.2
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.22.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.22.1.tar.gz
-b2sums = 34c1641c03963a14b35effc5dcf69af12b516c6470a82642f0b6c70b430a72966dccc8462626765f65b83b0cb3473263cc857b3022e9721b9f9419ad23593142
+source = huggingface_hub-0.22.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.22.2.tar.gz
+b2sums = a3eef9c6a3f05a72eb19354a9dc881fcf4adda2ee24adb2cf132da7126cd54c9dbdb554e84f22e40e37ecd7bbe5c24f9d63e9df929f97cd4310b5e8338ecd748
makedepends = python3-build
makedepends = python3-installer
makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 9853d07..b0e6e6d 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.22.1
+pkgver=0.22.2
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=('34c1641c03963a14b35effc5dcf69af12b516c6470a82642f0b6c70b430a72966dccc8462626765f65b83b0cb3473263cc857b3022e9721b9f9419ad23593142')
+b2sums=('a3eef9c6a3f05a72eb19354a9dc881fcf4adda2ee24adb2cf132da7126cd54c9dbdb554e84f22e40e37ecd7bbe5c24f9d63e9df929f97cd4310b5e8338ecd748')
build() {
cd "${_pkgname}-${pkgver}"