summaryrefslogtreecommitdiff
path: root/community/mksh
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-13 23:14:49 +0000
committerroot <root@rshg054.dnsready.net>2011-12-13 23:14:49 +0000
commitf4dcb5cb43b68e265512a03a160bdda634818b43 (patch)
tree9000841b67cefbce37255cb4d728e80bd5a11586 /community/mksh
parentcb9c375209c236c16557878a1b864f91de27b88d (diff)
Tue Dec 13 23:14:49 UTC 2011
Diffstat (limited to 'community/mksh')
-rw-r--r--community/mksh/PKGBUILD14
-rw-r--r--community/mksh/mksh.install2
2 files changed, 8 insertions, 8 deletions
diff --git a/community/mksh/PKGBUILD b/community/mksh/PKGBUILD
index 2fb3842b7..64aba857b 100644
--- a/community/mksh/PKGBUILD
+++ b/community/mksh/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 59301 2011-11-22 22:07:16Z ttopper $
+# $Id: PKGBUILD 60369 2011-12-12 10:37:01Z ttopper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Daniel Hommel <dhommel@gmail.com>
pkgname=mksh
-pkgver=R40c
-pkgrel=2
-pkgdesc="The MirOS KornShell - an enhanced version of the public domain ksh"
+pkgver=R40d
+pkgrel=1
+pkgdesc="The MirBSD Korn Shell - an enhanced version of the public domain ksh"
url="http://mirbsd.de/mksh"
license=("custom")
makedepends=('cpio')
@@ -13,8 +13,8 @@ arch=('i686' 'x86_64')
install=mksh.install
source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.cpio.gz"
"https://www.mirbsd.org/TaC-mksh.txt")
-md5sums=('43a79f721091833bdab3d00fbfe54a14'
- '6baf6a174d89c47cac86118dc9e93faa')
+md5sums=('c6428401103367730a95b99284bf47dc'
+ '5376e528781247238d103ac24aceaf3d')
build() {
cd "$srcdir"
@@ -24,7 +24,7 @@ build() {
cd "$srcdir/$pkgname"
sh Build.sh -r -c lto
./test.sh
- gzip mksh.1
+ gzip -n9 mksh.1
}
package() {
diff --git a/community/mksh/mksh.install b/community/mksh/mksh.install
index 859fa51c2..3e5f2a924 100644
--- a/community/mksh/mksh.install
+++ b/community/mksh/mksh.install
@@ -7,7 +7,7 @@ post_upgrade() {
}
post_remove() {
- sed -i "/\/bin\/mksh/d" /etc/shells
+ sed -i "/^\/bin\/mksh$/d" /etc/shells
}
# vim:set ts=2 sw=2 et: