summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89e899ee0b04..7802d9d0ff4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tensorflow_datasets
pkgdesc = A collection of datasets ready to use with TensorFlow
- pkgver = 4.5.2
+ pkgver = 4.6.0
pkgrel = 1
url = https://github.com/tensorflow/datasets
arch = any
@@ -39,7 +39,7 @@ pkgbase = tensorflow_datasets
optdepends = python-scipy: aflw2k3d, duke_ultrasound, imagenet2012_corrupted, svhn, the300w_lp
optdepends = python-tifffile: eurosat
optdepends = python-tldextract: c4
- source = https://files.pythonhosted.org/packages/35/b7/539d492854096df09229a7d0f373c5b4f26f896013f3e00c54172deefb9a/tensorflow_datasets-4.5.2-py3-none-any.whl
- sha256sums = 319a0b5ae7c33822de64688105872849d00176ae1dbaef5c4a15d60dbc594de3
+ source = https://files.pythonhosted.org/packages/05/ae/b6efc66bf6276265d813e12a895b05bc3533092d107ca57c8ecbf4c7c963/tensorflow_datasets-4.6.0-py3-none-any.whl
+ sha256sums = fc1f163668d449cb2280dedc458c25875aa92b665889a394dbd3dcff45978bfa
pkgname = tensorflow_datasets
diff --git a/PKGBUILD b/PKGBUILD
index 6f3068ec697f..6d93a1f0b98c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Konstantin Gizdov <arch@kge.pw>
pkgname=(tensorflow_datasets)
-pkgver='4.5.2'
+pkgver='4.6.0'
pkgrel=1
url="https://github.com/tensorflow/datasets"
pkgdesc="A collection of datasets ready to use with TensorFlow"
@@ -42,8 +42,8 @@ optdepends=('python-beautifulsoup4: wsc273'
'python-tldextract: c4')
license=('Apache')
arch=('any')
-source=("https://files.pythonhosted.org/packages/35/b7/539d492854096df09229a7d0f373c5b4f26f896013f3e00c54172deefb9a/${pkgname}-${pkgver}-py3-none-any.whl")
-sha256sums=('319a0b5ae7c33822de64688105872849d00176ae1dbaef5c4a15d60dbc594de3')
+source=("https://files.pythonhosted.org/packages/05/ae/b6efc66bf6276265d813e12a895b05bc3533092d107ca57c8ecbf4c7c963/${pkgname}-${pkgver}-py3-none-any.whl")
+sha256sums=('fc1f163668d449cb2280dedc458c25875aa92b665889a394dbd3dcff45978bfa')
package() {
cd "${srcdir}"