summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoss Whitfield2019-12-24 15:09:22 -0500
committerRoss Whitfield2019-12-24 15:09:22 -0500
commitc968dfd1e878d6a0922225617347a0ef01f13ce4 (patch)
treec2bdf8836e4604a498e19edd9cd33af38e5b4ac1 /PKGBUILD
parent649b83ac7f945fef2b5760693becd7d71cf461fa (diff)
downloadaur-c968dfd1e878d6a0922225617347a0ef01f13ce4.tar.gz
Update to v0.12.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"