summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-04-26 12:52:03 +0100
committerGrey Christoforo2019-04-26 12:52:03 +0100
commita90c4fa18c23a118b327a28b68a470b0a9d158ef (patch)
tree5a7916ed24e504e207b9e17e934d5fc38ff9287c
parentda0289dc2ef26949b4121d19a8bf4327278bbef5 (diff)
downloadaur-a90c4fa18c23a118b327a28b68a470b0a9d158ef.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d36715255059..e75c9187176d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mutovis-analysis
pkgdesc = Python QT batch curve fitting GUI tool for solar cell IV data files
- pkgver = 3.0.5
+ pkgver = 3.0.6
pkgrel = 1
url = https://github.com/mutovis/analysis-software
arch = any
@@ -17,8 +17,8 @@ pkgbase = python-mutovis-analysis
depends = python-dill
depends = python-pyqt5
depends = python-uncertainties
- source = https://github.com/mutovis/analysis-software/archive/v3.0.5.tar.gz
- sha256sums = 0da5037ea21d29e19b233f1d156c4c9720ce5f3b731fbcf2addec3531a43946c
+ source = https://github.com/mutovis/analysis-software/archive/v3.0.6.tar.gz
+ sha256sums = 45a4ba90e72805d57c291bfdc14329a7841ca0877f54a27d0fd5799ce79170d9
pkgname = python-mutovis-analysis
diff --git a/PKGBUILD b/PKGBUILD
index b1f74a239b4a..d6fa8b1ae30e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-mutovis-analysis
_pkgname=analysis-software
-pkgver=3.0.5
+pkgver=3.0.6
pkgrel=1
pkgdesc="Python QT batch curve fitting GUI tool for solar cell IV data files"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL-3.0')
depends=('python' 'python-numpy' 'python-matplotlib' 'python-scipy' 'python-h5py' 'python-sympy' 'python-mpmath' 'python-lmfit' 'python-dill' 'python-pyqt5' 'python-uncertainties')
makedepends=('python-setuptools')
source=("https://github.com/mutovis/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('0da5037ea21d29e19b233f1d156c4c9720ce5f3b731fbcf2addec3531a43946c')
+sha256sums=('45a4ba90e72805d57c291bfdc14329a7841ca0877f54a27d0fd5799ce79170d9')
build() {
cd "$srcdir/$_pkgname-$pkgver"