diff options
author | Mathias Anselmann | 2019-07-01 22:51:51 +0200 |
---|---|---|
committer | Mathias Anselmann | 2019-07-01 22:51:51 +0200 |
commit | 2e0d4005c0f0eb5efb603b62e3f3c4a281c5b833 (patch) | |
tree | 1055f98ca5b4e5a291bcb951817cad4a80b4a9dd | |
parent | fb7455d201cc1b3f9eeca5e0e48fff3e552faee5 (diff) | |
download | aur-2e0d4005c0f0eb5efb603b62e3f3c4a281c5b833.tar.gz |
Update to v8.1.8
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = lmod pkgdesc = Environment modules system based on Lua that handles MODULEPATH hierarchical problem. Supports also legacy TCL modules - pkgver = 8.1.7 - pkgrel = 2 + pkgver = 8.1.8 + pkgrel = 1 url = https://github.com/TACC/Lmod arch = x86_64 license = custom @@ -15,8 +15,8 @@ pkgbase = lmod provides = env-modules-tcl conflicts = lmod-git conflicts = env-modules-tcl - source = lmod-8.1.7.tar.gz::https://github.com/TACC/Lmod/archive/8.1.7.tar.gz - md5sums = c46cbb09084944b00068eff3a03a786b + source = lmod-8.1.8.tar.gz::https://github.com/TACC/Lmod/archive/8.1.8.tar.gz + md5sums = 35625b1c17d9134b9973589fd84e93ef pkgname = lmod install = lmod.install @@ -2,8 +2,8 @@ # Contributor: Christian Krause ("wookietreiber") <christian.krause@mailbox.org> pkgname=lmod -pkgver=8.1.7 -pkgrel=2 +pkgver=8.1.8 +pkgrel=1 pkgdesc="Environment modules system based on Lua that handles MODULEPATH hierarchical problem. Supports also legacy TCL modules" arch=('x86_64') url="https://github.com/TACC/Lmod" @@ -14,7 +14,7 @@ optdepends=('tcsh: supported shell' conflicts=('lmod-git' 'env-modules-tcl') provides=('env-modules-tcl') source=("$pkgname-$pkgver.tar.gz::https://github.com/TACC/Lmod/archive/$pkgver.tar.gz") -md5sums=('c46cbb09084944b00068eff3a03a786b') +md5sums=('35625b1c17d9134b9973589fd84e93ef') build() { cd "$srcdir"/Lmod-$pkgver || exit 1 |