summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorL.G. Sarmiento2016-08-02 17:20:55 +0200
committerL.G. Sarmiento2016-08-02 17:20:55 +0200
commitd24c92f5682e7ee8a19928bcd83f87e86d06af56 (patch)
treeb90ffc033992e23d854ecb994333e1c4f20fe09e /PKGBUILD
parent2ff4d397ec2085fbcef934f283becdd4fe5fd1b7 (diff)
downloadaur-top-c.tar.gz
Download URL updated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eaf285356998..80cad84689f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=top-c
_pkgname=topc
pkgver=2.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Package for Easily Writing Parallel Applications for both Distributed and Shared Memory Architectures"
url="http://www.ccs.neu.edu/home/gene/topc.html"
arch=('i686' 'x86_64')
license=('LGPL')
-source=(ftp://ftp.ccs.neu.edu/pub/people/gene/$_pkgname/$_pkgname.tar.gz)
+
+source=(http://www.ccs.neu.edu/home/gene/top-c/topc.tar.gz)
md5sums=('d92435bcd977265d18bd1845758645ee')
+
build() {
cd $srcdir/$_pkgname-$pkgver
./configure --prefix=/usr