summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 862655cf54e3..fdb7767e1757 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=0.6.2
+pkgver=0.7.0
_name=tifffile
pkgrel=1
pkgdesc="Read and write image data from and to TIFF files"
@@ -12,7 +12,7 @@ license=('BSD')
depends=('python')
makedepends=('python-setuptools')
source=(https://pypi.python.org/packages/source/t/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('9c2b700d80ab2ec56d748216cdd32f09986e54c908aa47efc226d4101350fbd6')
+sha256sums=('1727ff94055022f6dda5ce1b54af734a3345628ece850a2020f609208472cd91')
build() {
cd "$srcdir/$_name-$pkgver"