summaryrefslogtreecommitdiff
path: root/python-tifffile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-12-02 13:56:13 +0100
committerErich Eckner <git@eckner.net>2020-12-02 13:56:13 +0100
commit1446e47e59d878f0e4605829e91b0da2f2c600db (patch)
tree63f9763fcbb2ac2d175e29f2a7f002cc4b5b0799 /python-tifffile
parentc56e1a68cad86d3017437628f3f8582514d85f50 (diff)
downloadarchlinuxewe.git.save-1446e47e59d878f0e4605829e91b0da2f2c600db.tar.xz
make source names unique
Diffstat (limited to 'python-tifffile')
-rw-r--r--python-tifffile/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/python-tifffile/PKGBUILD b/python-tifffile/PKGBUILD
index abb60e7b..f0a434e2 100644
--- a/python-tifffile/PKGBUILD
+++ b/python-tifffile/PKGBUILD
@@ -16,7 +16,7 @@ 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://github.com/cgohlke/$_pyname/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cgohlke/$_pyname/archive/v$pkgver.tar.gz")
sha512sums=('c944845ff7b97a5beb5f3a68b785835bd6c386927f50ae254418af9751a6462a95816d992f2afa027e4e98920098fe0f564dd62725f8088cd89efe7878410b9b')
build() {