summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2016-09-08 11:02:31 -0400
committerRoss Whitfield2016-09-08 11:02:31 -0400
commitd4e894c260af9aeec70bddc813d83644d21837cb (patch)
tree96958ece01e1cf38b2eec5fc356541b1bb9baec2
parentdf30403d4c98e7429e87eaa4c7399b5375b15fb4 (diff)
downloadaur-d4e894c260af9aeec70bddc813d83644d21837cb.tar.gz
Update to 0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 768d53d1e48f..f6b7773a79c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nexpy
pkgdesc = NeXpy: A Python GUI to analyze NeXus data
- pkgver = 0.8.1
+ pkgver = 0.9.0
pkgrel = 1
url = http://nexpy.github.io/nexpy
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-nexpy
makedepends = python2-setuptools
makedepends = python-six
makedepends = python2-six
- source = https://github.com/nexpy/nexpy/archive/v0.8.1.tar.gz
- md5sums = 04eccf4f06eb1532cc76fb631a96af79
+ source = https://github.com/nexpy/nexpy/archive/v0.9.0.tar.gz
+ md5sums = 4d452f1fee93ca32a6e444fc685d9073
pkgname = python-nexpy
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 9dfb2b6e8164..c7f5fd7a344d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname=('python-nexpy' 'python2-nexpy')
_pkgname=nexpy
-pkgver=0.8.1
+pkgver=0.9.0
pkgrel=1
pkgdesc="NeXpy: A Python GUI to analyze NeXus data"
url="http://nexpy.github.io/nexpy"
@@ -9,7 +9,7 @@ arch=("any")
license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six')
source=("https://github.com/nexpy/nexpy/archive/v${pkgver}.tar.gz")
-md5sums=('04eccf4f06eb1532cc76fb631a96af79')
+md5sums=('4d452f1fee93ca32a6e444fc685d9073')
prepare() {
cp -a "${srcdir}/$_pkgname-$pkgver"{,-py2}