summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Neumärker2020-09-08 13:24:49 +0200
committerFelix Neumärker2020-09-08 13:24:58 +0200
commitf3124542d3fa5a5c77f04cf35fd9151aeb3ed607 (patch)
tree712932b6a75739f6a672b6fc01d0d4f34e4fb0bc /PKGBUILD
parenta5676e7b99c062ddac74e401c17e8a8edfaa6818 (diff)
downloadaur-f3124542d3fa5a5c77f04cf35fd9151aeb3ed607.tar.gz
bump to 4.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c81a57f21e3b..0aa783d3f879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: snafu
-pkgname=(env-modules-tcl)
-pkgver=4.4.1
+pkgname=env-modules-tcl
+pkgver=4.5.3
pkgrel=1
epoch=
pkgdesc="Provides for an easy dynamic modification of a user's environment via modulefile."
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/modules/"
-license=('GPLv2')
+license=('GPL2')
groups=()
depends=('tcl>=7.4')
makedepends=()
@@ -21,7 +21,7 @@ changelog=
source=("https://sourceforge.net/projects/modules/files/Modules/modules-$pkgver/modules-$pkgver.tar.gz")
noextract=()
validpgpkeys=()
-md5sums=('5fd7664b4ad4c45e90bbd4d0835fb7e8')
+md5sums=('ba9c8262d0b4581dbe5a6cf90b1e3db7')
# Install locations:
install_prefix=/usr
@@ -78,4 +78,3 @@ package() {
ln -s ./perl.pm ${pkgdir}${config_path}/${moduledir}/init/perl
ln -s ./python.py ${pkgdir}${config_path}/${moduledir}/init/python
}
-