summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0fc4b41411b..72eb87c82333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: snafu
pkgname=env-modules-tcl
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
epoch=
pkgdesc="Provides for an easy dynamic modification of a user's environment via modulefile."
arch=('i686' 'x86_64')
@@ -21,8 +21,8 @@ changelog=
source=("https://sourceforge.net/projects/modules/files/Modules/modules-$pkgver/modules-$pkgver.tar.gz" zshcomp.patch)
noextract=()
validpgpkeys=()
-md5sums=('454dba418b1556d2fd5de753fbbabe0b'
- '2c6c0e8095d624da825e9a2938de0582')
+md5sums=('8626844e7de49a321e658f9d485e546b'
+ '5b4c34fac86b88c96a092c5972afa1fe')
# Install locations:
@@ -54,7 +54,8 @@ build() {
--disable-set-manpath \
--disable-compat-version \
--disable-example-modulefiles \
- --disable-doc-install
+ --disable-doc-install \
+ --without-pager
make
}