summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-03-01 13:18:00 +0000
committerGrey Christoforo2019-03-01 13:18:00 +0000
commite66b019615fe326bed584d67a338e49797f5dfce (patch)
tree0b10782e33eb2b4c712550b392a6ef60e056a842
parent449b6c7ac5540961c6e3401510ffcb5712039d2d (diff)
downloadaur-e66b019615fe326bed584d67a338e49797f5dfce.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 f97879853394..0df71eb5f40c 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.2
+ pkgver = 3.0.3
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.2.tar.gz
- sha256sums = 5ee144f1dd1026a6f382d575dc714bfa16ceeac5d1e24778a1be3fabb39270f7
+ source = https://github.com/mutovis/analysis-software/archive/v3.0.3.tar.gz
+ sha256sums = 4f4813fc8aa4295abc91854ad75e0db4c18ca5e5cb769c2a75b73011bd2f1744
pkgname = python-mutovis-analysis
diff --git a/PKGBUILD b/PKGBUILD
index 895b6385653a..4f432295e420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-mutovis-analysis
_pkgname=analysis-software
-pkgver=3.0.2
+pkgver=3.0.3
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=('5ee144f1dd1026a6f382d575dc714bfa16ceeac5d1e24778a1be3fabb39270f7')
+sha256sums=('4f4813fc8aa4295abc91854ad75e0db4c18ca5e5cb769c2a75b73011bd2f1744')
build() {
cd "$srcdir/$_pkgname-$pkgver"