summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2019-03-20 23:05:30 +0000
committerGrey Christoforo2019-03-20 23:05:30 +0000
commit63c264f30fa036ca25e506aa0046c5b6ee1fc9ad (patch)
tree1768d2dadfeac75cc7feb533f9b886a59661feb2 /PKGBUILD
parent6f119ec90ed7bd9728f4f015314af1396e4833af (diff)
downloadaur-63c264f30fa036ca25e506aa0046c5b6ee1fc9ad.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da8706ef3741..3c3836b6acf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-mutovis-control
_pkgname=control-software
-pkgver=1.0.7
+pkgver=1.0.8
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=('bc83aeb0c7045ad3db7eecf9ff761371a12e6144307096a69d9ff3f4830190a1')
+sha256sums=('f05c0ff3a9e16ba52b1b3d408dd98fc98cbc92a60874b26b2f070a44a38d07d2')
build() {
cd "$srcdir/$_pkgname-$pkgver"