summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Gilio2017-11-06 09:52:27 -0600
committerBrett Gilio2017-11-06 09:52:27 -0600
commit469536d1ba299f266f7518a855b5d1a6c38cb835 (patch)
tree093c6dd520f6925378fa63f62b875d394e2a5925
parent46653c7ca029cc4ba052554436966cd03d96f2f9 (diff)
downloadaur-469536d1ba299f266f7518a855b5d1a6c38cb835.tar.gz
Rev2-7.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d1a6aa83e48..a0a2d503b23f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = neuron
- pkgdesc = Neuron for empirically-based simulations of neurons and networks of neurons. A flexible and powerful simulator of neurons and networks NEURON is a simulation environment for developing and exercising models of neurons and networks of neurons.
+ pkgdesc = A flexible and powerful simulator of neurons and networks NEURON is a simulation environment for developing and exercising models of neurons and networks of neurons.
pkgver = 7.5
- pkgrel = 1
- url = http://neuron.yale.edu/ftp/neuron/versions/v7.5/nrn-7.5.x86_64.deb
- arch = i686
+ pkgrel = 2
+ url = https://neuron.yale.edu/neuron/
arch = x86_64
license = GPL
depends = aarch64-linux-gnu-gcc>=5.2
diff --git a/PKGBUILD b/PKGBUILD
index c78689ab383a..3b7447fa3287 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Brett Gilio <mail@brettgilio.com>
pkgname=neuron
pkgver=7.5
-pkgrel=1
-pkgdesc="Neuron for empirically-based simulations of neurons and networks of neurons. A flexible and powerful simulator of neurons and networks NEURON is a simulation environment for developing and exercising models of neurons and networks of neurons."
-arch=('i686' 'x86_64')
-url="http://neuron.yale.edu/"
+pkgrel=2
+pkgdesc="A flexible and powerful simulator of neurons and networks NEURON is a simulation environment for developing and exercising models of neurons and networks of neurons."
+arch=('x86_64')
+url="https://neuron.yale.edu/neuron/"
license=('GPL')
groups=('')
depends=('aarch64-linux-gnu-gcc>=5.2' 'ncurses5-compat-libs' 'libx11' 'openmpi' 'python' 'python-numpy' 'python-scipy')