summarylogtreecommitdiffstats
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
parent2ff4d397ec2085fbcef934f283becdd4fe5fd1b7 (diff)
downloadaur-d24c92f5682e7ee8a19928bcd83f87e86d06af56.tar.gz
Download URL updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72d70f2ca81e..c50b7bcd3221 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v8
+# Tue Aug 2 15:20:41 UTC 2016
pkgbase = top-c
pkgdesc = A Package for Easily Writing Parallel Applications for both Distributed and Shared Memory Architectures
pkgver = 2.5.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.ccs.neu.edu/home/gene/topc.html
arch = i686
arch = x86_64
license = LGPL
- source = ftp://ftp.ccs.neu.edu/pub/people/gene/topc/topc.tar.gz
+ source = http://www.ccs.neu.edu/home/gene/top-c/topc.tar.gz
md5sums = d92435bcd977265d18bd1845758645ee
pkgname = top-c
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