summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWu Junyu2022-12-06 19:45:29 +0900
committerWu Junyu2022-12-06 19:45:29 +0900
commit3779c584e7f561f1ba6ed6a0ae6160d38918164c (patch)
tree5920cc06d5ec2f5aefadffc30bd5abc77cc30dcc /PKGBUILD
parent940b502ef83d1bf13231554c0e4d6c0c3e18bd2e (diff)
downloadaur-ompi.tar.gz
Update to v2.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7758517e6e92..69838d0a2267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Antoine Lubineau <antoine@lubignon.info>
pkgname=ompi
-pkgver=1.2.3
+pkgver=2.7.0
pkgrel=1
pkgdesc="A lightweight, open source OpenMP compiler and runtime system for C"
arch=('i686' 'x86_64')
url="http://www.cs.uoi.gr/~ompi/"
license=('GPL2')
-source=("http://paragroup.cs.uoi.gr/wpsite/?download=345")
-md5sums=('cc5725c78652bda9b3722401f4251bcd')
+source=($pkgname-$pkgver.tar.gz::https://paragroup.cse.uoi.gr/wpsite/?download=1060)
+md5sums=('96dd8d4201b6de5f1bc5b6074936e9be')
build() {
cd "$srcdir/$pkgname-$pkgver"