summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-04-17 19:28:39 +0100
committerGrey Christoforo2019-04-17 19:28:39 +0100
commitda0289dc2ef26949b4121d19a8bf4327278bbef5 (patch)
tree006652f7b91a347dca073f388ed5da757e1b1cca
parentf80d20df2c8888207b9ba926b3c26ba7ece18499 (diff)
downloadaur-da0289dc2ef26949b4121d19a8bf4327278bbef5.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 9de82591044f..d36715255059 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.4
+ pkgver = 3.0.5
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.4.tar.gz
- sha256sums = 9efdee8ccfd33ae3042171e7964fe8e97eba2512d827af02aa8e507b2892ee4b
+ source = https://github.com/mutovis/analysis-software/archive/v3.0.5.tar.gz
+ sha256sums = 0da5037ea21d29e19b233f1d156c4c9720ce5f3b731fbcf2addec3531a43946c
pkgname = python-mutovis-analysis
diff --git a/PKGBUILD b/PKGBUILD
index b0bfa305b087..b1f74a239b4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-mutovis-analysis
_pkgname=analysis-software
-pkgver=3.0.4
+pkgver=3.0.5
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=('9efdee8ccfd33ae3042171e7964fe8e97eba2512d827af02aa8e507b2892ee4b')
+sha256sums=('0da5037ea21d29e19b233f1d156c4c9720ce5f3b731fbcf2addec3531a43946c')
build() {
cd "$srcdir/$_pkgname-$pkgver"