summaryrefslogtreecommitdiff
path: root/mpich2/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-03-25 11:03:48 +0100
committerErich Eckner <git@eckner.net>2021-03-25 11:03:48 +0100
commit40f0bf8510ed150a4ed9bb92d6f7f48d58998b7f (patch)
treec963959a310da18bca0813ec1b5baee0be9337fa /mpich2/PKGBUILD
parentdb8227991067658c861606606cd58333cf889cbc (diff)
downloadarchlinuxewe-40f0bf8510ed150a4ed9bb92d6f7f48d58998b7f.tar.xz
mpich, mpich2: fix source url (http -> https)
Diffstat (limited to 'mpich2/PKGBUILD')
-rw-r--r--mpich2/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpich2/PKGBUILD b/mpich2/PKGBUILD
index 465ef6b2d..253d0c544 100644
--- a/mpich2/PKGBUILD
+++ b/mpich2/PKGBUILD
@@ -24,7 +24,7 @@ options=(!libtool strip)
install=mpich2.install
changelog=
source=(
- http://www.mpich.org/static/downloads/$pkgver/$pkgname-$pkgver.tar.gz
+ "https://www.mpich.org/static/downloads/$pkgver/$pkgname-$pkgver.tar.gz"
mpich2.install
mpich2.profile
)