summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsnafu2018-01-17 16:51:53 +0100
committersnafu2018-01-17 16:51:53 +0100
commit47d719d7639c94379c6fee14328f6b3da048d3c7 (patch)
tree4ddc7b67d0e174d37ed178d556b1bcb6e5741ea5 /PKGBUILD
parent621fd10b3ebab1c58acafe99ce4397ae2615a3e2 (diff)
downloadaur-47d719d7639c94379c6fee14328f6b3da048d3c7.tar.gz
Version bump to 4.1.0
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
}