summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnafu2017-05-08 09:40:24 +0200
committersnafu2017-05-08 09:40:24 +0200
commitb0abbb7dde176552c77b60762638ad6fa2c28b84 (patch)
treeedb7f8366fd506a5209a83e9642b21fab17fc1d5
parent13c8ccb21b079b0f99752684248ee7e378c077b9 (diff)
downloadaur-b0abbb7dde176552c77b60762638ad6fa2c28b84.tar.gz
patch fix
-rw-r--r--PKGBUILD2
-rw-r--r--zshcomp.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e5d92a3ae41..683e952a8635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ noextract=()
validpgpkeys=()
install="env-modules-tcl.install"
md5sums=('3a40bf6177cc438481672ce028544828'
- '1291b8c3433ccd5272615d2a16b551b5')
+ '2e1bee23178b74872fd1c78c1cac8053')
moduledir=modules-tcl
diff --git a/zshcomp.patch b/zshcomp.patch
index c7d89e70463d..e91b9e9f2006 100644
--- a/zshcomp.patch
+++ b/zshcomp.patch
@@ -1,6 +1,6 @@
--- modules-tcl-1.832/init/zsh.in 2017-04-29 08:23:22.000000000 +0200
+++ modules-tcl-1.832-patched/init/zsh.in 2017-05-07 18:41:21.812267826 +0200
-@@ -83,3 +83,48 @@
+@@ -83,3 +83,51 @@
if [ -r @initdir@/modulerc -a "$MODULEPATH" = '' -a "$LOADEDMODULES" = '' ]; then
source @initdir@/modulerc
fi