summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ce7df34d8ff..901ad5da18e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nexusformat
pkgdesc = Provides an API to open, create, and manipulate NeXus data.
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://github.com/nexpy/nexusformat
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-nexusformat
makedepends = python-setuptools
depends = python-numpy
depends = python-h5py
- source = https://github.com/nexpy/nexusformat/archive/v0.5.1.tar.gz
- md5sums = 42dfd386cdf536e94efcbb704860737c
+ source = https://github.com/nexpy/nexusformat/archive/v0.5.2.tar.gz
+ md5sums = 0c3d1b730045e305af63e0cb16063cef
pkgname = python-nexusformat
diff --git a/PKGBUILD b/PKGBUILD
index c4e01d388793..7e1433a52fe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname='python-nexusformat'
_pkgname=nexusformat
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="Provides an API to open, create, and manipulate NeXus data."
url="https://github.com/nexpy/nexusformat"
@@ -10,7 +10,7 @@ license=('BSD')
makedepends=('python-setuptools')
depends=('python-numpy' 'python-h5py')
source=("https://github.com/nexpy/nexusformat/archive/v${pkgver}.tar.gz")
-md5sums=('42dfd386cdf536e94efcbb704860737c')
+md5sums=('0c3d1b730045e305af63e0cb16063cef')
package() {
cd "$srcdir/$_pkgname-$pkgver"