summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7ee5b60cf86..d4376151ae83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-mutovis-control
pkgdesc = Software for collecting electrical characterization data for solar cells
- pkgver = 1.0.5
+ pkgver = 1.0.6
pkgrel = 1
url = https://github.com/mutovis/control-software
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-mutovis-control
depends = python-pyvisa
depends = python-pyvisa-py
depends = python-mpmath
- source = https://github.com/mutovis/control-software/archive/v1.0.5.tar.gz
- sha256sums = 9613635a7a1445fb165ab8d72613150af4a97a9e56a4beb784bbb5e4f5f7796e
+ source = https://github.com/mutovis/control-software/archive/v1.0.6.tar.gz
+ sha256sums = 99686510124d8035371e6afa61b1a3c9e0417caf345d56f4f9c28ac81cac87a1
pkgname = python-mutovis-control
diff --git a/PKGBUILD b/PKGBUILD
index 9a14d121e669..362ee53630e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-mutovis-control
_pkgname=control-software
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc="Software for collecting electrical characterization data for solar cells"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL-3.0')
depends=('python' 'python-numpy' 'python-matplotlib' 'python-pyserial' 'python-h5py' 'python-pyvisa' 'python-pyvisa-py' 'python-mpmath')
makedepends=('python-setuptools')
source=("https://github.com/mutovis/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('9613635a7a1445fb165ab8d72613150af4a97a9e56a4beb784bbb5e4f5f7796e')
+sha256sums=('99686510124d8035371e6afa61b1a3c9e0417caf345d56f4f9c28ac81cac87a1')
build() {
cd "$srcdir/$_pkgname-$pkgver"