summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f758b11f5c71..ced7782a3b52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=2018.11.6
+pkgver=2019.2.10
_name=tifffile
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
@@ -11,8 +11,8 @@ url="https://pypi.python.org/pypi/tifffile"
license=('BSD')
depends=('python')
makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/f4/bf/4ab68d44761f3e1812e78603a9309195cf588edc1f9e675a8b49c0293925/tifffile-2018.11.6.tar.gz)
-sha256sums=('66a2fa7223cfe96a9aafa88177a711964878c9a062876c52fcb044d63a4608a3')
+source=(https://files.pythonhosted.org/packages/8d/5d/8c93c6236ba7d54f79fdec15d3b9ed32b5e2c48b5c4838a5240893b70908/tifffile-2019.2.10.tar.gz)
+sha256sums=('ead5f84c0b100f8100377b8ef2bcffaf21c249784ddc240346b715408b45f42c')
build() {
cd "$srcdir/$_name-$pkgver"