summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Gilio2017-11-08 23:08:56 -0600
committerBrett Gilio2017-11-08 23:08:56 -0600
commite252116c4449c41a2746c72b5fcb4a69b33cea61 (patch)
tree4947f7bfa50171ea1f4583b4baecbe4ca0f87e50
parent0504c7fac5c13eae2d2fd90de977db3e8990512a (diff)
downloadaur-e252116c4449c41a2746c72b5fcb4a69b33cea61.tar.gz
Working Build
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2978bfdf1f7..483fac31e5a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,10 @@ pkgbase = interviews
url = http://www.neuron.yale.edu
arch = i686
arch = x86_64
- license = custom
+ license = GPL
depends = libx11
- source = http://www.neuron.yale.edu/ftp/neuron/versions/v7.4/iv-19.tar.gz
+ depends = neuron
+ source = https://neuron.yale.edu/ftp/neuron/versions/v7.5/iv-19.tar.gz
md5sums = 79fde976b2c89590fb78854aa2c04101
pkgname = interviews
diff --git a/PKGBUILD b/PKGBUILD
index a1fcd7f4433a..5978fa63a660 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgrel=1
pkgdesc="GUI for neuron"
arch=('i686' 'x86_64')
url="http://www.neuron.yale.edu"
-license=('custom')
-depends=('libx11')
-source=("http://www.neuron.yale.edu/ftp/neuron/versions/v7.4/iv-$pkgver.tar.gz")
+license=('GPL')
+depends=('libx11' 'neuron')
+source=("https://neuron.yale.edu/ftp/neuron/versions/v7.5/iv-19.tar.gz")
md5sums=('79fde976b2c89590fb78854aa2c04101')
build() {
@@ -22,3 +22,4 @@ package() {
install -Dm644 Copyright "$pkgdir/usr/share/licenses/$pkgname/COPYING"
make DESTDIR="$pkgdir/" install
}
+md5sums=('13b3c76dae57051d7764de18dbd46f6a')