summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2016-08-02 09:47:20 -0400
committerRoss Whitfield2016-08-02 09:47:20 -0400
commitc4807f76724ee394e5083b0d925bdb9dcd4612bf (patch)
treebfa791a7a7a5348c0d41eb9b0b241cce69be073f
parentd1c3d5ba2ac1dcdb49c44f1f34ad14a42bc60f4c (diff)
downloadaur-c4807f76724ee394e5083b0d925bdb9dcd4612bf.tar.gz
Update to v0.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8232b8a84376..ec9fb3d2a6c6 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.1
+ pkgver = 0.4.2
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.1.tar.gz
- md5sums = 611a4247fde776f65aef4d844199d6cc
+ source = https://github.com/nexpy/nexusformat/archive/v0.4.2.tar.gz
+ md5sums = 71ac51b0256d9e394083d92fb8de9512
pkgname = python-nexusformat
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 091915401333..1d7075a88c86 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.1
+pkgver=0.4.2
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=('611a4247fde776f65aef4d844199d6cc')
+md5sums=('71ac51b0256d9e394083d92fb8de9512')
prepare() {
cp -a "${srcdir}/$_pkgname-$pkgver"{,-py2}