summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrançois Boulogne2016-07-04 19:38:31 +0200
committerFrançois Boulogne2016-07-04 19:38:31 +0200
commit0d0a3e1c54407f6fc8c7baac63e22f88ff78e1a5 (patch)
tree94b00d89fcd7bcaa7dcdc50be739f940d518bffe /PKGBUILD
parentb820cb0940c28670819bc6690674d47b838add85 (diff)
downloadaur-0d0a3e1c54407f6fc8c7baac63e22f88ff78e1a5.tar.gz
update 0.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec3e2536a8ed..129892316694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francois Boulogne <fboulogne at april dot org>
pkgname=python-tifffile
-pkgver=0.9.0
+pkgver=0.9.2
_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://github.com/blink1073/tifffile/archive/v${pkgver}.zip)
-sha256sums=('b5439d1ff383369c95a9ac4ddab00dff74230d59dd5aed8905f476664ceae8b9')
+source=(https://pypi.python.org/packages/82/ee/4fd48630aa104e568c4abcdec2e0cddf4f9c662d81eb3a0980282a31b32d/tifffile-${pkgver}.zip)
+sha256sums=('950f14febf08f5bb6daa40137761d31ec38482dace3edea24feb54e229a4efbf')
build() {
cd "$srcdir/$_name-$pkgver"