summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsnafu2018-01-17 16:54:03 +0100
committersnafu2018-01-17 16:54:03 +0100
commit0f3cbcd8ec15e9d8ca6ce005d83cb98173d5fbed (patch)
treec99a0707528193424fc882eff21d5485aa8b1322 /PKGBUILD
parenta4d8e6d09a7f98efd8fa0eda2a80ffb0387e28c7 (diff)
downloadaur-0f3cbcd8ec15e9d8ca6ce005d83cb98173d5fbed.tar.gz
Version bump to 4.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4430647472dc..136991923807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: snafu
pkgname=env-modules
-pkgver=4.0.0
+pkgver=4.1.0
pkgrel=1
epoch=
pkgdesc="Provides for an easy dynamic modification of a user's environment via modulefile."
@@ -21,9 +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:
install_prefix=/usr
@@ -55,7 +54,8 @@ build() {
--disable-set-manpath \
--enable-compat-version \
--enable-example-modulefiles \
- --enable-doc-install
+ --enable-doc-install \
+ --without-pager
make
}