summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-05-11 13:17:13 -0400
committerAndrew Sun2019-05-11 13:17:13 -0400
commitfd1f079c0b5f5740acf33c1a3e5763ea606e55fc (patch)
tree868db9c269ef74ec9e8d79dd6f50a9f2cc786419
parentc6a2cfb046c69b2fb49f970d5027c8bb2998cda4 (diff)
downloadaur-fd1f079c0b5f5740acf33c1a3e5763ea606e55fc.tar.gz
use https url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8263079d196a..a5cab1a39364 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = nest
pkgdesc = Simulator for spiking neural network models
pkgver = 2.16.0
- pkgrel = 2
- url = http://www.nest-simulator.org/
+ pkgrel = 3
+ url = https://www.nest-simulator.org/
arch = x86_64
license = GPL
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index c1a4aace7d45..643930505ce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=nest
pkgver=2.16.0
-pkgrel=2
+pkgrel=3
pkgdesc="Simulator for spiking neural network models"
arch=('x86_64')
-url="http://www.nest-simulator.org/"
+url="https://www.nest-simulator.org/"
license=('GPL')
depends=('gsl' 'libtool' 'python')
makedepends=('cmake' 'cython')