summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2019-12-24 15:09:22 -0500
committerRoss Whitfield2019-12-24 15:09:22 -0500
commitc968dfd1e878d6a0922225617347a0ef01f13ce4 (patch)
treec2bdf8836e4604a498e19edd9cd33af38e5b4ac1
parent649b83ac7f945fef2b5760693becd7d71cf461fa (diff)
downloadaur-c968dfd1e878d6a0922225617347a0ef01f13ce4.tar.gz
Update to v0.12.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 467091f5a045..91b0cc02fd28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nexpy
pkgdesc = NeXpy: A Python GUI to analyze NeXus data
- pkgver = 0.11.0
+ pkgver = 0.12.2
pkgrel = 1
url = http://nexpy.github.io/nexpy
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-nexpy
depends = jupyter
depends = python-matplotlib
depends = python-ansi2html
- source = https://github.com/nexpy/nexpy/archive/v0.11.0.tar.gz
- md5sums = 521fe3378577dbc0578d412aa71d3a3b
+ source = https://github.com/nexpy/nexpy/archive/v0.12.2.tar.gz
+ md5sums = 6135a785b5b0f9afa2143c53acd09947
pkgname = python-nexpy
diff --git a/PKGBUILD b/PKGBUILD
index 2b12aed3d34c..95b9c1d07d37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname='python-nexpy'
_pkgname=nexpy
-pkgver=0.11.0
+pkgver=0.12.2
pkgrel=1
pkgdesc="NeXpy: A Python GUI to analyze NeXus data"
url="http://nexpy.github.io/nexpy"
@@ -10,7 +10,7 @@ license=('BSD')
makedepends=('python-setuptools' 'python-six')
depends=('python-numpy' 'python-h5py' 'python-scipy' 'python-nexusformat' 'jupyter' 'python-matplotlib' 'python-ansi2html')
source=("https://github.com/nexpy/nexpy/archive/v${pkgver}.tar.gz")
-md5sums=('521fe3378577dbc0578d412aa71d3a3b')
+md5sums=('6135a785b5b0f9afa2143c53acd09947')
package() {
cd "$srcdir/$_pkgname-$pkgver"