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: 8eb5fa1660bd4501384bc661314f09efb5ed7a05
Message: 0.20.2
diff --git a/.SRCINFO b/.SRCINFO
index f8c117c..2bc72ce 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.20.1
+pkgver = 0.20.2
url = https://github.com/huggingface/huggingface_hub
arch = all
depends = python3-filelock
@@ -14,6 +14,6 @@ depends = python3-typing-extensions
depends = python3-packaging
license = Apache2
makedepends = python3-setuptools
-source = huggingface_hub-0.20.1.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.20.1.tar.gz
-b2sums = 175cae57c4d95de64b58ad1b2ee7aead22a952d954bfd3c73cfdf20a87f3bcfad76a753be9afbc518dd0ca3c8e1a9ed0c4145312248e18cc2688e54d7f92a85e
+source = huggingface_hub-0.20.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.20.2.tar.gz
+b2sums = e5305654b0710a0a6a12a124fefe46f4504d52ed421c52ad3b74871e6fa565cf5d4830753160cb455786919fd82aa06855b8643e0d1a1f11915aabf53c8efdf7
makedepends = python3-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 0dee0ac..1191598 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.20.1
+pkgver=0.20.2
pkgrel=0
pkgdesc='All the open source things related to the Hugging Face Hub'
arch=('all')
@@ -16,7 +16,7 @@ depends=(python3-filelock
python3-packaging)
makedepends=(python3-setuptools)
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=('175cae57c4d95de64b58ad1b2ee7aead22a952d954bfd3c73cfdf20a87f3bcfad76a753be9afbc518dd0ca3c8e1a9ed0c4145312248e18cc2688e54d7f92a85e')
+b2sums=('e5305654b0710a0a6a12a124fefe46f4504d52ed421c52ad3b74871e6fa565cf5d4830753160cb455786919fd82aa06855b8643e0d1a1f11915aabf53c8efdf7')
build() {
cd "${_pkgname}-${pkgver}"