summaryrefslogtreecommitdiff
path: root/python-tifffile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-08-17 17:15:09 +0200
committerErich Eckner <git@eckner.net>2020-08-17 17:15:09 +0200
commitd9e16172a0b079e6844b49ace21ba1c6aefc14b6 (patch)
tree916cf323172244477a61def6a6fcff98256a7563 /python-tifffile
parent0e702fe6378aeccf935b5b90c0bb176b94a991f3 (diff)
downloadarchlinuxewe.git.save-d9e16172a0b079e6844b49ace21ba1c6aefc14b6.tar.xz
python-tifffile: update source
Diffstat (limited to 'python-tifffile')
-rw-r--r--python-tifffile/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD
index 68739e52..b0ffe17b 100644
--- a/python-tifffile/PKGBUILD
+++ b/python-tifffile/PKGBUILD
@@ -16,8 +16,8 @@ optdepends=('python-matplotlib>=3.1: required only for plotting'
'python-imagecodecs>=2020.2.18: required only for encoding or decoding LZW, JPEG, etc'
'python-lxml: required only for validating and printing XML')
#checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-sha256sums=('cd8549d6f0742c3c95a856744a26064a1aad1c132fbab95dc9e5dce891a62c17')
+source=("https://github.com/cgohlke/$_pyname/archive/v$pkgver.tar.gz")
+sha256sums=('6e5ccc5dae3303ed06d80a12d8d1077a1f4eda6be52925735d8e17b8f970fb6e')
build() {
cd ${srcdir}/${_pyname}-${pkgver}