summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Whitfield2020-05-28 09:20:28 -0400
committerRoss Whitfield2020-05-28 09:20:28 -0400
commit1079c071b16509f2a0755c3bdd34eb6ef7b5e7b5 (patch)
treeaf4900dfad46ff32e98c35236f8cfd2518f8b1d9
parentc968dfd1e878d6a0922225617347a0ef01f13ce4 (diff)
downloadaur-1079c071b16509f2a0755c3bdd34eb6ef7b5e7b5.tar.gz
Update to v0.12.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91b0cc02fd28..021c33dd35aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-nexpy
pkgdesc = NeXpy: A Python GUI to analyze NeXus data
- pkgver = 0.12.2
+ pkgver = 0.12.5
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.12.2.tar.gz
- md5sums = 6135a785b5b0f9afa2143c53acd09947
+ source = https://github.com/nexpy/nexpy/archive/v0.12.5.tar.gz
+ md5sums = dcad442c7ad3cca3cea08674752642be
pkgname = python-nexpy
diff --git a/PKGBUILD b/PKGBUILD
index 95b9c1d07d37..01bba3db19d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ross Whitfield <whitfieldre@ornl.gov>
pkgname='python-nexpy'
_pkgname=nexpy
-pkgver=0.12.2
+pkgver=0.12.5
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=('6135a785b5b0f9afa2143c53acd09947')
+md5sums=('dcad442c7ad3cca3cea08674752642be')
package() {
cd "$srcdir/$_pkgname-$pkgver"