summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2018-02-16 10:55:16 -0500
committerRoss Whitfield2018-02-16 10:55:16 -0500
commitff26b37bd49fefffb373fca08650156ec202ce2f (patch)
tree94efb54f7ea09ab49073abc3eb602b54d3ffce44
parent01c4b66ce1377684444893008f60a98ff4e44061 (diff)
downloadaur-ff26b37bd49fefffb373fca08650156ec202ce2f.tar.gz
Update to 0.4.17
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4783ba20ef30..34b51e4e8842 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.6
+pkgver=0.4.17
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=('d8e976f1d9112fbf42eca40193694ec6')
+md5sums=('4e4ad30a5e377c71925d5e942a6ebdcf')
prepare() {
cp -a "${srcdir}/$_pkgname-$pkgver"{,-py2}