summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Anselmann2021-04-12 15:33:50 +0200
committerMathias Anselmann2021-04-12 15:35:04 +0200
commitea3ea5e6b3af75bc87be82fc598f91fe3aa61dda (patch)
treea8f3dfab81d16172ea99f48a58ced67ab3fa1feb
parent126cae14fe8fbf9d95c2d6333910f03191ae65da (diff)
downloadaur-ea3ea5e6b3af75bc87be82fc598f91fe3aa61dda.tar.gz
Update to v8.4.28, updated install hint
-rw-r--r--PKGBUILD4
-rw-r--r--lmod.install4
2 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f9cc8c5a2ad..7e30bc3952fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=lmod
-pkgver=8.4.26
+pkgver=8.4.28
pkgrel=1
pkgdesc="Environment modules system based on Lua that handles MODULEPATH hierarchical problem. Supports also legacy TCL modules"
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('tcsh: supported shell'
conflicts=('lmod-git' 'env-modules')
provides=('env-modules')
source=("$pkgname-$pkgver.tar.gz::https://github.com/TACC/Lmod/archive/$pkgver.tar.gz")
-sha256sums=('7bcd16046439dfe380635ff404af501a436a93146321a535e3014066b83392d3')
+sha256sums=('b51e4b7073f99911f0915ab0e8ab36494e579b7d53123dd5509d4b5721ecaae3')
build() {
cd "$srcdir"/Lmod-$pkgver || exit 1
diff --git a/lmod.install b/lmod.install
index d818c2f76e18..b313e0e39ab5 100644
--- a/lmod.install
+++ b/lmod.install
@@ -1,7 +1,7 @@
post_install() {
echo -e "\n----------------------------------------------------"
- echo -e "In order tu use lmod make sure to source"
- echo -e "/etc/profile.d/module.sh or /etc/profile.d/module.csh"
+ echo -e "In order to use lmod make sure to source"
+ echo -e "/etc/profile.d/modules.sh or /etc/profile.d/modules.csh"
echo -e "----------------------------------------------------\n"
}