summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-07-09 12:17:31 -0400
committerAndrew Sun2019-07-09 12:17:31 -0400
commit79604e7934c16c9ef43f1866259cb4001fbedc51 (patch)
tree92cd317a1c54670c523b8b41a1cba9794a9fe333
parent189ff71bffebb74e861c36dd8ba1e0c6bc01bd33 (diff)
downloadaur-79604e7934c16c9ef43f1866259cb4001fbedc51.tar.gz
fix checksums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45b01092cade..db89bd64be0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = nest
optdepends = python-scipy
optdepends = python-matplotlib
source = nest-2.18.0.tar.gz::https://github.com/nest/nest-simulator/archive/v2.18.0.tar.gz
- sha256sums = 34534dce281f462fd6275acd1e783d5c6a59c4a8e0e10088098b1d46c3da4914
+ sha256sums = 7295c936fbdd5486395b06f54f0d4d35d9a1b6ee50b7b844186ec2c92de641d1
pkgname = nest
diff --git a/PKGBUILD b/PKGBUILD
index b6f4e98be9d0..066854956143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('gsl' 'libtool' 'python')
makedepends=('cmake' 'cython')
optdepends=('ipython' 'python-numpy' 'python-scipy' 'python-matplotlib')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nest/nest-simulator/archive/v${pkgver}.tar.gz")
-sha256sums=('34534dce281f462fd6275acd1e783d5c6a59c4a8e0e10088098b1d46c3da4914')
+sha256sums=('7295c936fbdd5486395b06f54f0d4d35d9a1b6ee50b7b844186ec2c92de641d1')
build() {
mkdir -p "${srcdir}/build" && cd "${srcdir}/build"