summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2019-04-26 12:51:07 +0100
committerGrey Christoforo2019-04-26 12:51:07 +0100
commit4daca53f7f9b5d3f46bff6f6e5b8d0dd9db01bad (patch)
treefc169b1e068d26e9ff983bf64a886c4d0187b5a3 /PKGBUILD
parent32b392fdfaa1ceef2428bb8bbbbe8adbf71f84b1 (diff)
downloadaur-4daca53f7f9b5d3f46bff6f6e5b8d0dd9db01bad.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 960d9a3ca5b0..cf2c17806a87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-mutovis-control
_pkgname=control-software
-pkgver=1.1.4
+pkgver=1.1.6
pkgrel=1
pkgdesc="Software for collecting electrical characterization data for solar cells"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'python-numpy' 'python-matplotlib' 'python-pyserial' 'python-h
makedepends=('python-setuptools')
backup=('etc/gpib.conf' 'usr/etc/gpib.conf')
source=("https://github.com/mutovis/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('c7bc172e511bcebe2a9f45191c55a85572e4eeb4006d63d287e73068988d83dc')
+sha256sums=('7c815e58935b07f9c8dbc5a2b37bb7ec860a7b20469f83d23a3f5bacf3a94e89')
build() {
cd "$srcdir/$_pkgname-$pkgver"