summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Dvoretsky2017-05-03 21:35:40 +0300
committerEugene Dvoretsky2017-05-03 21:35:40 +0300
commitb8b1c481a299892cf19125bb7b8dce2c3fd8a0e7 (patch)
treec3665facea5f19e60cf66def5e161cba0051db6c
parent2fef5e7a1ca5254b9e99390bedce1b04d3a49110 (diff)
downloadaur-b8b1c481a299892cf19125bb7b8dce2c3fd8a0e7.tar.gz
Version update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0486cb394d29..0cf279b6672f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Wed May 3 18:34:56 UTC 2017
pkgbase = python2-bioformats
pkgdesc = Python wrapper for Bio-Formats, a standalone Java library for reading and writing life sciences image file formats.
- pkgver = 1.0.5
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/CellProfiler/python-bioformats
arch = i686
arch = x86_64
license = BSD
depends = python2-javabridge
- source = https://github.com/CellProfiler/python-bioformats/archive/1.0.5.tar.gz
- sha256sums = 49ee4d7edef0ef76aa0419559a06ce38b7f7341a9fdefb0accbd92ad2a8861ff
+ source = https://github.com/CellProfiler/python-bioformats/archive/1.1.0.tar.gz
+ sha256sums = SKIP
pkgname = python2-bioformats
diff --git a/PKGBUILD b/PKGBUILD
index b0b812790413..1f0dd4f1ac0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eugene Dvoretsky <radioxoma at gmail.com>
pkgname=('python2-bioformats')
-pkgver=1.0.5
+pkgver=1.1.0
pkgrel=1
pkgdesc="Python wrapper for Bio-Formats, a standalone Java library for reading and writing life sciences image file formats."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('python2-javabridge')
source=("https://github.com/CellProfiler/python-bioformats/archive/${pkgver}.tar.gz")
-sha256sums=('49ee4d7edef0ef76aa0419559a06ce38b7f7341a9fdefb0accbd92ad2a8861ff')
+sha256sums=('SKIP')
build() {
cd "$srcdir/python-bioformats-$pkgver"