summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Boulogne2016-05-23 22:24:16 +0200
committerFrançois Boulogne2016-05-23 22:24:16 +0200
commitb820cb0940c28670819bc6690674d47b838add85 (patch)
tree86c0c122ba38640bf551c81e26c3116da171a194
parent2907a996fa487c26a35982d5e0284297b29fdfbe (diff)
downloadaur-b820cb0940c28670819bc6690674d47b838add85.tar.gz
v0.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed835dfed85b..1c0a6a0266a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Apr 8 23:56:10 UTC 2016
+# Mon May 23 20:24:05 UTC 2016
pkgbase = python-tifffile
pkgdesc = Read and write image data from and to TIFF files
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 1
url = https://pypi.python.org/pypi/tifffile
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://pypi.python.org/packages/source/t/tifffile/tifffile-0.8.0.tar.gz
- sha256sums = 15ab0fa95967fd4470b9f755c43be801fb60bff089db189845077e1bb1da5566
+ source = https://github.com/blink1073/tifffile/archive/v0.9.0.zip
+ sha256sums = b5439d1ff383369c95a9ac4ddab00dff74230d59dd5aed8905f476664ceae8b9
pkgname = python-tifffile
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"