summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"