summaryrefslogtreecommitdiff
path: root/community/mksh/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mksh/PKGBUILD')
-rw-r--r--community/mksh/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/mksh/PKGBUILD b/community/mksh/PKGBUILD
index 64aba857b..5f8e747bf 100644
--- a/community/mksh/PKGBUILD
+++ b/community/mksh/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 60369 2011-12-12 10:37:01Z ttopper $
+# $Id: PKGBUILD 68959 2012-04-06 14:33:52Z ttopper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Daniel Hommel <dhommel@gmail.com>
pkgname=mksh
-pkgver=R40d
+pkgver=R40e
pkgrel=1
pkgdesc="The MirBSD Korn Shell - an enhanced version of the public domain ksh"
url="http://mirbsd.de/mksh"
@@ -13,8 +13,9 @@ 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=('c6428401103367730a95b99284bf47dc'
- '5376e528781247238d103ac24aceaf3d')
+depends=('gcc-libs')
+md5sums=('d9a2df50c09692fc24d52ee9cf3bb789'
+ '0016ef61a990bcd763604da7ae2beb25')
build() {
cd "$srcdir"