summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-06-27 13:16:30 -0800
committerAndrew Sun2019-06-27 13:16:30 -0800
commit189ff71bffebb74e861c36dd8ba1e0c6bc01bd33 (patch)
tree6a872046cfc959d1652b75595721c73c1b7d4c89
parentfd1f079c0b5f5740acf33c1a3e5763ea606e55fc (diff)
downloadaur-189ff71bffebb74e861c36dd8ba1e0c6bc01bd33.tar.gz
nest: update to 2.18.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5cab1a39364..45b01092cade 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nest
pkgdesc = Simulator for spiking neural network models
- pkgver = 2.16.0
- pkgrel = 3
+ pkgver = 2.18.0
+ pkgrel = 1
url = https://www.nest-simulator.org/
arch = x86_64
license = GPL
@@ -14,8 +14,8 @@ pkgbase = nest
optdepends = python-numpy
optdepends = python-scipy
optdepends = python-matplotlib
- source = nest-2.16.0.tar.gz::https://github.com/nest/nest-simulator/archive/v2.16.0.tar.gz
- sha256sums = abfeb61719dec54da9477be035bef1d9d764f4e7663f63f6a6d9211f967e0490
+ source = nest-2.18.0.tar.gz::https://github.com/nest/nest-simulator/archive/v2.18.0.tar.gz
+ sha256sums = 34534dce281f462fd6275acd1e783d5c6a59c4a8e0e10088098b1d46c3da4914
pkgname = nest
diff --git a/PKGBUILD b/PKGBUILD
index 643930505ce3..b6f4e98be9d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Paulo Castro <p.oliveira.castro@gmail.com>
pkgname=nest
-pkgver=2.16.0
-pkgrel=3
+pkgver=2.18.0
+pkgrel=1
pkgdesc="Simulator for spiking neural network models"
arch=('x86_64')
url="https://www.nest-simulator.org/"
@@ -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=('abfeb61719dec54da9477be035bef1d9d764f4e7663f63f6a6d9211f967e0490')
+sha256sums=('34534dce281f462fd6275acd1e783d5c6a59c4a8e0e10088098b1d46c3da4914')
build() {
mkdir -p "${srcdir}/build" && cd "${srcdir}/build"