summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnafu2018-04-05 12:44:09 +0200
committersnafu2018-04-05 12:44:09 +0200
commita169052768fad14721497174d3225956a4fb8fab (patch)
tree752e6c5292be1cc3c662b400442e107ce7541bb5
parent47d719d7639c94379c6fee14328f6b3da048d3c7 (diff)
downloadaur-a169052768fad14721497174d3225956a4fb8fab.tar.gz
Version bump to 4.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c210ceeb0e4d..cafc09d4f33d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = env-modules-tcl
pkgdesc = Provides for an easy dynamic modification of a user's environment via modulefile.
- pkgver = 4.1.0
- pkgrel = 1
+ pkgver = 4.1.2
+ pkgrel = 0
url = https://sourceforge.net/projects/modules/
install = env-modules-tcl.install
arch = i686
@@ -12,9 +12,9 @@ pkgbase = env-modules-tcl
conflicts = env-modules
replaces = env-modules
backup = etc/modules/init/modulerc
- source = https://sourceforge.net/projects/modules/files/Modules/modules-4.1.0/modules-4.1.0.tar.gz
+ source = https://sourceforge.net/projects/modules/files/Modules/modules-4.1.2/modules-4.1.2.tar.gz
source = zshcomp.patch
- md5sums = 8626844e7de49a321e658f9d485e546b
+ md5sums = e6e9ce6774c557f3f825baa35c7780fd
md5sums = 5b4c34fac86b88c96a092c5972afa1fe
pkgname = env-modules-tcl
diff --git a/PKGBUILD b/PKGBUILD
index 72eb87c82333..d5ee36095bf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: snafu
pkgname=env-modules-tcl
-pkgver=4.1.0
-pkgrel=1
+pkgver=4.1.2
+pkgrel=0
epoch=
pkgdesc="Provides for an easy dynamic modification of a user's environment via modulefile."
arch=('i686' 'x86_64')
@@ -21,10 +21,9 @@ changelog=
source=("https://sourceforge.net/projects/modules/files/Modules/modules-$pkgver/modules-$pkgver.tar.gz" zshcomp.patch)
noextract=()
validpgpkeys=()
-md5sums=('8626844e7de49a321e658f9d485e546b'
+md5sums=('e6e9ce6774c557f3f825baa35c7780fd'
'5b4c34fac86b88c96a092c5972afa1fe')
-
# Install locations:
install_prefix=/usr
config_path=/etc
@@ -37,7 +36,7 @@ backup=("${config_path:1}/${moduledir}/init/modulerc")
prepare() {
cd "modules-$pkgver"
- # uncomment if you don't won't the zsh-completion patch or if it doesn't work for you
+ # comment if you don't won't the zsh-completion patch or if it doesn't work for you
patch -p1 < ../zshcomp.patch
}