diff options
author | root <root@rshg054.dnsready.net> | 2012-04-08 00:02:42 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-08 00:02:42 +0000 |
commit | 37e364f033ed6db243d6db524075d8c5394c90f9 (patch) | |
tree | db3bb1bc5749bee5a51cb403c0b944b52cb10fc3 /community/mksh/PKGBUILD | |
parent | 2317ee13e2342fd8b81ffaf3a427fd4bb096ec28 (diff) |
Sun Apr 8 00:02:42 UTC 2012
Diffstat (limited to 'community/mksh/PKGBUILD')
-rw-r--r-- | community/mksh/PKGBUILD | 9 |
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" |