summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Boulogne2019-02-18 07:17:35 +0100
committerFrançois Boulogne2019-02-18 07:17:35 +0100
commit1c7a3c8c84fa5107f34dbd77ca5359763448bbfc (patch)
tree489c4fbabc5e8ccfc3841bc5c0d474dc75f55ca4
parented5bbb8f1670568d81c13643a8a5af0e12d4e288 (diff)
downloadaur-1c7a3c8c84fa5107f34dbd77ca5359763448bbfc.tar.gz
update
-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"