summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Neumärker2019-10-17 20:15:11 +0200
committerFelix Neumärker2019-10-17 20:15:51 +0200
commit13c07afd4e43e479f223a2abc4f2180fe5333af5 (patch)
treee4dba33d27695515eedc96c426760cea8a7b186b /PKGBUILD
parente0f118c1ee4abae4c591724cd61943a9c42a0af4 (diff)
downloadaur-13c07afd4e43e479f223a2abc4f2180fe5333af5.tar.gz
version bump to 4.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c07b08b4cdff..6e0649763b9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: snafu
pkgname=(env-modules-tcl)
-pkgver=4.3.0
-pkgrel=2
+pkgver=4.3.1
+pkgrel=1
epoch=
pkgdesc="Provides for an easy dynamic modification of a user's environment via modulefile."
arch=('i686' 'x86_64')
@@ -18,12 +18,11 @@ replaces=(env-modules)
options=()
install=env-modules-tcl.install
changelog=
-source=("https://sourceforge.net/projects/modules/files/Modules/modules-$pkgver/modules-$pkgver.tar.gz" moduleshome.patch lib-makefile.in.patch)
+source=("https://sourceforge.net/projects/modules/files/Modules/modules-$pkgver/modules-$pkgver.tar.gz" moduleshome.patch)
noextract=()
validpgpkeys=()
-md5sums=('bc45aff23db73a38f635d3311c61ce16'
- '7e6bf66733845eb3705a0a19c029eed6'
- '6be36c0076bde45c0cc856b742ff701b')
+md5sums=('70b5a0f6bf8771a26435661794e78b12'
+ '3a3b6ba0ac0766be9ba601223baaf107')
# Install locations:
install_prefix=/usr
@@ -38,7 +37,6 @@ prepare() {
cd "modules-$pkgver"
patch -p1 < ../moduleshome.patch
- patch -p1 < ../lib-makefile.in.patch
}
build() {