summaryrefslogtreecommitdiff
path: root/community/mksh/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-06 11:13:51 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-06 11:13:51 +0200
commita86ff663185661ee304bb1f6d00d982102dd706d (patch)
tree06520d9024b40745b94f02d0d3419386e6496863 /community/mksh/PKGBUILD
parentce32dcab8e4baa2afe51fd3b7a858a840372b0a5 (diff)
parentffb692bf2696e7ebedd19bcd55ba253e21cb732d (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/apitrace/PKGBUILD community/mksh/PKGBUILD community/net6/PKGBUILD community/xapian-core/PKGBUILD extra/garcon/PKGBUILD extra/mesa/PKGBUILD extra/scim/PKGBUILD extra/virtuoso/PKGBUILD extra/xfce4-appfinder/PKGBUILD extra/xfce4-panel/PKGBUILD extra/xfwm4/PKGBUILD
Diffstat (limited to 'community/mksh/PKGBUILD')
-rw-r--r--community/mksh/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/mksh/PKGBUILD b/community/mksh/PKGBUILD
index 95e2c06a9..3acfd055e 100644
--- a/community/mksh/PKGBUILD
+++ b/community/mksh/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 89602 2013-04-30 10:04:38Z ttoepper $
+# $Id: PKGBUILD 89899 2013-05-05 12:20:12Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Daniel Hommel <dhommel@gmail.com>
pkgname=mksh
-pkgver=R45
+pkgver=R46
pkgrel=1
pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
url='https://www.mirbsd.org/mksh.htm'
license=('custom')
arch=('i686' 'x86_64' 'mips64el')
+depends=('gcc-libs')
install=mksh.install
source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz"
'https://www.mirbsd.org/TaC-mksh.txt')
-depends=('gcc-libs')
-md5sums=('d3d90973119ae689d5300b690600e1dc'
- '900968b95cd0231053c641428597bacd')
+md5sums=('77c108d8143a6e7670954d77517d216d'
+ 'a231b325d5f2155a6c667a9323986718')
build() {
cd "$srcdir/$pkgname"
@@ -25,7 +25,7 @@ build() {
package() {
cd "$srcdir/$pkgname"
- install -D -m 755 mksh "$pkgdir/bin/mksh"
+ install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
install -D -m 644 "$srcdir/TaC-mksh.txt" "$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"