summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index deea89f9eb97..ec3e2536a8ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=0.8.0
+pkgver=0.9.0
_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://pypi.python.org/packages/source/t/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('15ab0fa95967fd4470b9f755c43be801fb60bff089db189845077e1bb1da5566')
+source=(https://github.com/blink1073/tifffile/archive/v${pkgver}.zip)
+sha256sums=('b5439d1ff383369c95a9ac4ddab00dff74230d59dd5aed8905f476664ceae8b9')
build() {
cd "$srcdir/$_name-$pkgver"