summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-04-03 22:51:06 +0100
committerGrey Christoforo2019-04-03 22:51:06 +0100
commitf80d20df2c8888207b9ba926b3c26ba7ece18499 (patch)
tree611042abba0934ca96752b2de8993d9d46fb4ea3
parente66b019615fe326bed584d67a338e49797f5dfce (diff)
downloadaur-f80d20df2c8888207b9ba926b3c26ba7ece18499.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0df71eb5f40c..9de82591044f 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.3
+ pkgver = 3.0.4
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.3.tar.gz
- sha256sums = 4f4813fc8aa4295abc91854ad75e0db4c18ca5e5cb769c2a75b73011bd2f1744
+ source = https://github.com/mutovis/analysis-software/archive/v3.0.4.tar.gz
+ sha256sums = 9efdee8ccfd33ae3042171e7964fe8e97eba2512d827af02aa8e507b2892ee4b
pkgname = python-mutovis-analysis
diff --git a/PKGBUILD b/PKGBUILD
index 4f432295e420..b0bfa305b087 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-mutovis-analysis
_pkgname=analysis-software
-pkgver=3.0.3
+pkgver=3.0.4
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=('4f4813fc8aa4295abc91854ad75e0db4c18ca5e5cb769c2a75b73011bd2f1744')
+sha256sums=('9efdee8ccfd33ae3042171e7964fe8e97eba2512d827af02aa8e507b2892ee4b')
build() {
cd "$srcdir/$_pkgname-$pkgver"