summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Anselmann2020-09-04 19:21:56 +0200
committerMathias Anselmann2020-09-04 19:21:56 +0200
commit9b2bd3540633b2fcaa0e0ba1b9570ea595cb8a58 (patch)
tree38e45230d11b9a77d962821545c3cd82c9338744
parent4dedd7678fba7f996b52138d7a010f4793950c04 (diff)
downloadaur-9b2bd3540633b2fcaa0e0ba1b9570ea595cb8a58.tar.gz
Update to v8.4.4 and changed env-modules-tcs to env-modules
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc7bca0c0c03..4cd9858ad001 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lmod
pkgdesc = Environment modules system based on Lua that handles MODULEPATH hierarchical problem. Supports also legacy TCL modules
- pkgver = 8.4.3
+ pkgver = 8.4.4
pkgrel = 1
url = https://github.com/TACC/Lmod
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = lmod
provides = env-modules-tcl
conflicts = lmod-git
conflicts = env-modules-tcl
- source = lmod-8.4.3.tar.gz::https://github.com/TACC/Lmod/archive/8.4.3.tar.gz
- sha256sums = 3175fe2f8f4d960e40f669eb7a892d7f114041f68955f70bb89200a4b0480e96
+ source = lmod-8.4.4.tar.gz::https://github.com/TACC/Lmod/archive/8.4.4.tar.gz
+ sha256sums = 69ca34712e752e678a4265abc148213332e4e345b3e9ac3bf4456054d3c8e7d4
pkgname = lmod
install = lmod.install
diff --git a/PKGBUILD b/PKGBUILD
index c793f0ca078e..eb6eeeef1bf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=lmod
-pkgver=8.4.3
+pkgver=8.4.4
pkgrel=1
pkgdesc="Environment modules system based on Lua that handles MODULEPATH hierarchical problem. Supports also legacy TCL modules"
arch=('x86_64')
@@ -11,10 +11,10 @@ license=('custom')
depends=('bash' 'lua-filesystem' 'lua-posix' 'procps-ng' 'tcl')
optdepends=('tcsh: supported shell'
'zsh: supported shell')
-conflicts=('lmod-git' 'env-modules-tcl')
-provides=('env-modules-tcl')
+conflicts=('lmod-git' 'env-modules')
+provides=('env-modules')
source=("$pkgname-$pkgver.tar.gz::https://github.com/TACC/Lmod/archive/$pkgver.tar.gz")
-sha256sums=('3175fe2f8f4d960e40f669eb7a892d7f114041f68955f70bb89200a4b0480e96')
+sha256sums=('69ca34712e752e678a4265abc148213332e4e345b3e9ac3bf4456054d3c8e7d4')
build() {
cd "$srcdir"/Lmod-$pkgver || exit 1