summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2019-02-26 19:05:47 +0000
committerGrey Christoforo2019-02-26 19:05:47 +0000
commit151d47f456a1463e811c5f8ebc68a93fd13ef413 (patch)
treeee768f7f1c74298bba2ea989296890e21a07bb07 /PKGBUILD
parent521c501d838cac9cee90fd0444127103588e475d (diff)
downloadaur-151d47f456a1463e811c5f8ebc68a93fd13ef413.tar.gz
fix hash
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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"