summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMnJ2022-01-28 12:38:48 +0000
committerMnJ2022-01-28 12:38:48 +0000
commit0b19d1747983d39dd4c62d1890c430c95431fc52 (patch)
tree68a35eaaf4b1284791077f0fd2a620d4741ca539
parentcee849a891527204cf235fc63d47536b20ce552b (diff)
downloadaur-0b19d1747983d39dd4c62d1890c430c95431fc52.tar.gz
Fix download url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8e164de18dd..e3be4fb8edea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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/01/19/3652b3b32892750a19ae2f8b260d3d42e41db749248583c1b80050c2fd80/tensorflow-datasets-4.5.0-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/01/19/3652b3b32892750a19ae2f8b260d3d42e41db749248583c1b80050c2fd80/tensorflow_datasets-4.5.0-py3-none-any.whl
sha256sums = 1c116a9c9c04ef4a14e0b3d61cd563f3fa0befcf6b64f5ffb220a9583e6bcc20
pkgname = tensorflow_datasets
diff --git a/PKGBUILD b/PKGBUILD
index e78b787127a6..b6e993fcb449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,6 @@
# Contributor: Konstantin Gizdov <arch@kge.pw>
pkgname=(tensorflow_datasets)
-_name='tensorflow-datasets'
pkgver='4.5.0'
pkgrel=1
url="https://github.com/tensorflow/datasets"
@@ -43,7 +42,7 @@ optdepends=('python-beautifulsoup4: wsc273'
'python-tldextract: c4')
license=('Apache')
arch=('any')
-source=("https://files.pythonhosted.org/packages/01/19/3652b3b32892750a19ae2f8b260d3d42e41db749248583c1b80050c2fd80/${_name}-${pkgver}-py3-none-any.whl")
+source=("https://files.pythonhosted.org/packages/01/19/3652b3b32892750a19ae2f8b260d3d42e41db749248583c1b80050c2fd80/${pkgname}-${pkgver}-py3-none-any.whl")
sha256sums=('1c116a9c9c04ef4a14e0b3d61cd563f3fa0befcf6b64f5ffb220a9583e6bcc20')
package() {