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: ffcfa88ee047ef57e1090350049127feb858d54a
Message: 0.22.1
diff --git a/.SRCINFO b/.SRCINFO
index 53adb50..091c239 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.0
+pkgver = 0.22.1
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.0.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.22.0.tar.gz
-b2sums = f9ad1594fd412ed390b747f0fcb2eeb22b5fcfd488b9e976937b5ea54052004e947828c03bc886c2ef9000023b587ceace9d645b50422f15138f5c929095ab24
+source = huggingface_hub-0.22.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.22.1.tar.gz
+b2sums = 34c1641c03963a14b35effc5dcf69af12b516c6470a82642f0b6c70b430a72966dccc8462626765f65b83b0cb3473263cc857b3022e9721b9f9419ad23593142
makedepends = python3-build
makedepends = python3-installer
makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 773133c..9853d07 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.0
+pkgver=0.22.1
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=('f9ad1594fd412ed390b747f0fcb2eeb22b5fcfd488b9e976937b5ea54052004e947828c03bc886c2ef9000023b587ceace9d645b50422f15138f5c929095ab24')
+b2sums=('34c1641c03963a14b35effc5dcf69af12b516c6470a82642f0b6c70b430a72966dccc8462626765f65b83b0cb3473263cc857b3022e9721b9f9419ad23593142')
build() {
cd "${_pkgname}-${pkgver}"