diff options
author | Erich Eckner <git@eckner.net> | 2020-08-17 17:15:09 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-08-17 17:15:09 +0200 |
commit | d9e16172a0b079e6844b49ace21ba1c6aefc14b6 (patch) | |
tree | 916cf323172244477a61def6a6fcff98256a7563 | |
parent | 0e702fe6378aeccf935b5b90c0bb176b94a991f3 (diff) | |
download | archlinuxewe-d9e16172a0b079e6844b49ace21ba1c6aefc14b6.tar.xz |
python-tifffile: update source
-rw-r--r-- | python-tifffile/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD index 68739e52c..b0ffe17b1 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} |