summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2016-09-08 11:00:49 -0400
committerRoss Whitfield2016-09-08 11:00:49 -0400
commitaad63b3d7c6931fd380fc20502a4a1eae9f27cda (patch)
tree2fbbe7452e1ad5a1b96e8e8a45f4a25fec7f79de
parent2598db9ffd0a0198dec468bd5ccec52d5ccccc2e (diff)
downloadaur-aad63b3d7c6931fd380fc20502a4a1eae9f27cda.tar.gz
Update to v0.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17e4429d8185..bf84a9e52033 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-nexusformat
pkgdesc = Provides an API to open, create, and manipulate NeXus data.
- pkgver = 0.4.3
+ pkgver = 0.4.4
pkgrel = 1
url = https://github.com/nexpy/nexusformat
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/nexpy/nexusformat/archive/v0.4.3.tar.gz
- md5sums = d8cec5304952793130d0286e5e07a4f5
+ source = https://github.com/nexpy/nexusformat/archive/v0.4.4.tar.gz
+ md5sums = 3be301fcd0d53ef889bcf28646157068
pkgname = python-nexusformat
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 50dafaa159ff..7ae5e914f8d2 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.3
+pkgver=0.4.4
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=('d8cec5304952793130d0286e5e07a4f5')
+md5sums=('3be301fcd0d53ef889bcf28646157068')
prepare() {
cp -a "${srcdir}/$_pkgname-$pkgver"{,-py2}