summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e68c3f68e0f5..a5aa97d688b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-datasets
pkgdesc = The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
- pkgver = 2.14.1
+ pkgver = 2.14.2
pkgrel = 1
url = https://github.com/huggingface/datasets
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = python-datasets
optdepends = python-pillow: Vision datasets
optdepends = python-tensorflow: TensorFlow support
optdepends = python-pytorch: PyTorch support
- source = datasets-2.14.1.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/2.14.1.tar.gz
- sha256sums = 0a4644149c88b29f8f2c9c86adbb38862273274ec314f425433f182ba6cbe081
+ source = datasets-2.14.2.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/2.14.2.tar.gz
+ sha256sums = 58081d6b8467f5788c11744a4bd365e5b1ec2bad9ac9ddf934ee071a823b7470
pkgname = python-datasets
diff --git a/PKGBUILD b/PKGBUILD
index 86a85470762e..aa7519c387d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: daskol (Daniel Bershatsky) < bepshatsky at yandex dot ru >
pkgname='python-datasets'
-pkgver=2.14.1
+pkgver=2.14.2
pkgrel=1
pkgdesc='The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools'
arch=('x86_64')
@@ -32,7 +32,7 @@ optdepends=(
)
groups=('huggingface')
source=("datasets-${pkgver}.tar.gz::https://github.com/huggingface/datasets/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('0a4644149c88b29f8f2c9c86adbb38862273274ec314f425433f182ba6cbe081')
+sha256sums=('58081d6b8467f5788c11744a4bd365e5b1ec2bad9ac9ddf934ee071a823b7470')
build() {
python -m build -nw ${srcdir}/datasets-${pkgver}