From d9e16172a0b079e6844b49ace21ba1c6aefc14b6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 17 Aug 2020 17:15:09 +0200 Subject: python-tifffile: update source --- python-tifffile/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python-tifffile') 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} -- cgit v1.2.3-54-g00ecf