summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-02-26 19:05:47 +0000
committerGrey Christoforo2019-02-26 19:05:47 +0000
commit151d47f456a1463e811c5f8ebc68a93fd13ef413 (patch)
treeee768f7f1c74298bba2ea989296890e21a07bb07
parent521c501d838cac9cee90fd0444127103588e475d (diff)
downloadaur-151d47f456a1463e811c5f8ebc68a93fd13ef413.tar.gz
fix hash
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2411c5d79c2b..10cc56705ec9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = python-mutovis-control
depends = python-pyvisa-py
depends = python-mpmath
source = https://github.com/mutovis/control-software/archive/v1.0.3.tar.gz
- sha256sums = 3bb0c32c7ed79f672762e1644c69f2ef44c0819a22f3ba9d4a142a5ce10850b4
+ sha256sums = c4a76b13b9dfa4d431fd5d2f229ccea781d5cc472af5c0c2134fbbcaeeab7e95
pkgname = python-mutovis-control
diff --git a/PKGBUILD b/PKGBUILD
index 1789c02f9f2a..1a0dbecc1b34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('3bb0c32c7ed79f672762e1644c69f2ef44c0819a22f3ba9d4a142a5ce10850b4')
+sha256sums=('c4a76b13b9dfa4d431fd5d2f229ccea781d5cc472af5c0c2134fbbcaeeab7e95')
build() {
cd "$srcdir/$_pkgname-$pkgver"