summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-12-02 15:32:10 -0500
committerAndrew Sun2020-12-02 15:32:10 -0500
commit3a993e604f56110f8801cd7fcd7bc8ba5b56e252 (patch)
tree8b485c0b3dff1ffa250f1b69b8f4fd868638b165
parentb73fbcb1b4d26b5e705044fc9ba2ba5bd50ccd48 (diff)
downloadaur-3a993e604f56110f8801cd7fcd7bc8ba5b56e252.tar.gz
2.20.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b53e8f0a61f..30044e6cf184 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nest
pkgdesc = Simulator for spiking neural network models
- pkgver = 2.20.0
+ pkgver = 2.20.1
pkgrel = 1
url = https://www.nest-simulator.org/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = nest
optdepends = python-numpy
optdepends = python-scipy
optdepends = python-matplotlib
- source = nest-2.20.0.tar.gz::https://github.com/nest/nest-simulator/archive/v2.20.0.tar.gz
- sha256sums = 40e33187c22d6e843d80095b221fa7fd5ebe4dbc0116765a91fc5c425dd0eca4
+ source = nest-2.20.1.tar.gz::https://github.com/nest/nest-simulator/archive/v2.20.1.tar.gz
+ sha256sums = df3d32b5899d5d444f708037b290f889ac6ff8eae6b7be9e9faee2c0d660d8e5
pkgname = nest
diff --git a/PKGBUILD b/PKGBUILD
index 24c84a61c24a..3a68a01395ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Paulo Castro <p dot oliveira dot castro at gmail dot com>
pkgname=nest
-pkgver=2.20.0
+pkgver=2.20.1
pkgrel=1
pkgdesc="Simulator for spiking neural network models"
arch=('x86_64')
@@ -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=('40e33187c22d6e843d80095b221fa7fd5ebe4dbc0116765a91fc5c425dd0eca4')
+sha256sums=('df3d32b5899d5d444f708037b290f889ac6ff8eae6b7be9e9faee2c0d660d8e5')
build() {
mkdir -p "${srcdir}/build" && cd "${srcdir}/build"