summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Neumärker2023-11-23 15:29:35 +0100
committerFelix Neumärker2023-11-23 15:30:04 +0100
commit58c4ccb236f8846e577621af8ac120a1b48ffbd3 (patch)
tree9db4f227b7f82cf084121c792df654c142f209ef
parent3d0d62624ceb4d4e97129acc505c5242c86de23d (diff)
downloadaur-58c4ccb236f8846e577621af8ac120a1b48ffbd3.tar.gz
bump to 5.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aef322bf741c..02420a0b6737 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = env-modules
pkgdesc = Provides for an easy dynamic modification of a user's environment via modulefile.
- pkgver = 5.2.0
- pkgrel = 1
+ pkgver = 5.3.1
+ pkgrel = 0
url = https://sourceforge.net/projects/modules/
install = env-modules.install
arch = i686
@@ -13,7 +13,7 @@ pkgbase = env-modules
conflicts = env-modules
replaces = env-modules
backup = etc/modules/init/modulerc
- source = https://sourceforge.net/projects/modules/files/Modules/modules-5.2.0/modules-5.2.0.tar.gz
- md5sums = 8bdd7b8ba2b6e0689f24a300b9a3b793
+ source = https://sourceforge.net/projects/modules/files/Modules/modules-5.3.1/modules-5.3.1.tar.gz
+ md5sums = f84ef2bf885c455d781a662d76ea92ba
pkgname = env-modules
diff --git a/PKGBUILD b/PKGBUILD
index b11a188d7624..2c823e81c4e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: snafu
pkgname=env-modules
-pkgver=5.2.0
-pkgrel=1
+pkgver=5.3.1
+pkgrel=0
epoch=
pkgdesc="Provides for an easy dynamic modification of a user's environment via modulefile."
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ changelog=
source=("https://sourceforge.net/projects/modules/files/Modules/modules-$pkgver/modules-$pkgver.tar.gz")
noextract=()
validpgpkeys=()
-md5sums=('8bdd7b8ba2b6e0689f24a300b9a3b793')
+md5sums=('f84ef2bf885c455d781a662d76ea92ba')
# Install locations:
install_prefix=/usr
@@ -50,10 +50,8 @@ build() {
--modulefilesdir=/etc/modules/modulefiles \
--disable-set-binpath \
--disable-set-manpath \
- --enable-compat-version \
--enable-example-modulefiles \
- --enable-doc-install \
- --without-pager
+ --enable-doc-instal
make
}