summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2016-08-16 20:55:30 -0400
committerRoss Whitfield2016-08-16 20:55:39 -0400
commit2598db9ffd0a0198dec468bd5ccec52d5ccccc2e (patch)
tree83b2b79a6e10c47fb3bbab4f1d3ea515c9211407
parentc4807f76724ee394e5083b0d925bdb9dcd4612bf (diff)
downloadaur-2598db9ffd0a0198dec468bd5ccec52d5ccccc2e.tar.gz
Update to v0.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec9fb3d2a6c6..17e4429d8185 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-nexusformat
pkgdesc = Provides an API to open, create, and manipulate NeXus data.
- pkgver = 0.4.2
+ pkgver = 0.4.3
pkgrel = 1
url = https://github.com/nexpy/nexusformat
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/nexpy/nexusformat/archive/v0.4.2.tar.gz
- md5sums = 71ac51b0256d9e394083d92fb8de9512
+ source = https://github.com/nexpy/nexusformat/archive/v0.4.3.tar.gz
+ md5sums = d8cec5304952793130d0286e5e07a4f5
pkgname = python-nexusformat
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 1d7075a88c86..50dafaa159ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname=('python-nexusformat' 'python2-nexusformat')
_pkgname=nexusformat
-pkgver=0.4.2
+pkgver=0.4.3
pkgrel=1
pkgdesc="Provides an API to open, create, and manipulate NeXus data."
url="https://github.com/nexpy/nexusformat"
@@ -9,7 +9,7 @@ arch=("any")
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://github.com/nexpy/nexusformat/archive/v${pkgver}.tar.gz")
-md5sums=('71ac51b0256d9e394083d92fb8de9512')
+md5sums=('d8cec5304952793130d0286e5e07a4f5')
prepare() {
cp -a "${srcdir}/$_pkgname-$pkgver"{,-py2}