summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2017-01-17 11:38:23 -0500
committerRoss Whitfield2017-01-17 11:38:23 -0500
commitf904e2e1a8a25182bd6c74b074cb59669b1695d5 (patch)
tree924a1880d897c41a61a1e0959b77868ff1ed2991
parentaad63b3d7c6931fd380fc20502a4a1eae9f27cda (diff)
downloadaur-f904e2e1a8a25182bd6c74b074cb59669b1695d5.tar.gz
Update to 0.4.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf84a9e52033..2cda0b71da5d 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.4
+ pkgver = 0.4.5
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.4.tar.gz
- md5sums = 3be301fcd0d53ef889bcf28646157068
+ source = https://github.com/nexpy/nexusformat/archive/v0.4.5.tar.gz
+ md5sums = 197d84b22a8266af72b24b23f3df17ac
pkgname = python-nexusformat
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 7ae5e914f8d2..f2e77d34516b 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.4
+pkgver=0.4.5
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=('3be301fcd0d53ef889bcf28646157068')
+md5sums=('197d84b22a8266af72b24b23f3df17ac')
prepare() {
cp -a "${srcdir}/$_pkgname-$pkgver"{,-py2}