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