summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoss Whitfield2020-05-28 09:17:54 -0400
committerRoss Whitfield2020-05-28 09:17:54 -0400
commitdad1c8eb164cbf6cdc4a2687a86d690de5dffa82 (patch)
treeaf219a0fee75f4380dd856b6b43434c2c91ee1b7 /PKGBUILD
parentb9656b2e3e2dee54ce2619640b1cac36b15f7297 (diff)
downloadaur-python-nexusformat.tar.gz
Bump to v0.5.2
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"