summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Dvoretsky2017-05-04 00:49:26 +0300
committerEugene Dvoretsky2017-05-04 00:49:26 +0300
commitdaa96e78c16c5f8ad39d6a23d047ecb32a81c7b3 (patch)
tree0e3c23980d16a793ad4e3c6f6462bf1d0ad02077
parent890fc34b252290e860cdde32ebeb594441548723 (diff)
downloadaur-python2-bioformats.tar.gz
Bad checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cf279b6672f..8ff05103a025 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed May 3 18:34:56 UTC 2017
+# Wed May 3 21:48:50 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.1.0
@@ -10,7 +10,7 @@ pkgbase = python2-bioformats
license = BSD
depends = python2-javabridge
source = https://github.com/CellProfiler/python-bioformats/archive/1.1.0.tar.gz
- sha256sums = SKIP
+ sha256sums = 954879f058be6bceefee6237e32c382964e135d1b93544a4cae3f65c82ac2a15
pkgname = python2-bioformats
diff --git a/PKGBUILD b/PKGBUILD
index 77c8c4864fff..390f8b29e077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,18 +10,13 @@ license=('BSD')
depends=('python2-javabridge')
source=("https://github.com/CellProfiler/python-bioformats/archive/${pkgver}.tar.gz")
-sha256sums=('57e873553280b29aa73bfdba79e2cc88f3ee791546009ad9cdf42679a5a32246')
+sha256sums=('954879f058be6bceefee6237e32c382964e135d1b93544a4cae3f65c82ac2a15')
build() {
cd "$srcdir/python-bioformats-$pkgver"
python2 setup.py build
}
-# check() {
-# cd "$srcdir/python-bioformats-$pkgver"
-# python2 setup.py test
-# }
-
package() {
cd "$srcdir/python-bioformats-$pkgver"
python2 setup.py install --root="$pkgdir"/ --optimize=1