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: 0bdf2662a43684bcdd9c791dcdc5916ea701d35f
Message: 0.20.3
diff --git a/.SRCINFO b/.SRCINFO
index bc13e7a..b1e70bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb
pkgname = python3-huggingface-hub
pkgbase = python3-huggingface-hub
pkgdesc = All the open source things related to the Hugging Face Hub
-pkgrel = 1
-pkgver = 0.20.2
+pkgrel = 0
+pkgver = 0.20.3
url = https://github.com/huggingface/huggingface_hub
arch = all
depends = python3-filelock
@@ -18,8 +18,8 @@ makedepends = python3-installer
makedepends = python3-wheel
optdepends = python3-pytorch
optdepends = python3-tensorflow
-source = huggingface_hub-0.20.2.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.20.2.tar.gz
-b2sums = e5305654b0710a0a6a12a124fefe46f4504d52ed421c52ad3b74871e6fa565cf5d4830753160cb455786919fd82aa06855b8643e0d1a1f11915aabf53c8efdf7
+source = huggingface_hub-0.20.3.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v0.20.3.tar.gz
+b2sums = 2dd9fe557db4e88481bcc675dd1d6d35ec26244b723ea6bed01555e20fcba1dfa269ab3a1de9c8afa21d25b57550f822ca05bfd9d54db7e7b4740116c5ea3469
makedepends = python3-build
makedepends = python3-installer
makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index f41675d..1ef3e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Butui Hu (AUR) <hot123tea123@gmail.com>
_pkgname=huggingface_hub
pkgname=python3-huggingface-hub
-pkgver=0.20.2
-pkgrel=1
+pkgver=0.20.3
+pkgrel=0
pkgdesc='All the open source things related to the Hugging Face Hub'
arch=('all')
url='https://github.com/huggingface/huggingface_hub'
@@ -20,7 +20,7 @@ makedepends=('python3-build'
'python3-installer'
'python3-wheel')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/huggingface/huggingface_hub/archive/refs/tags/v${pkgver}.tar.gz")
-b2sums=('e5305654b0710a0a6a12a124fefe46f4504d52ed421c52ad3b74871e6fa565cf5d4830753160cb455786919fd82aa06855b8643e0d1a1f11915aabf53c8efdf7')
+b2sums=('2dd9fe557db4e88481bcc675dd1d6d35ec26244b723ea6bed01555e20fcba1dfa269ab3a1de9c8afa21d25b57550f822ca05bfd9d54db7e7b4740116c5ea3469')
build() {
cd "${_pkgname}-${pkgver}"