summaryrefslogtreecommitdiff
path: root/community/mksh
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-08-19 12:09:59 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-08-19 12:09:59 +0200
commitb17208557669f7d787c139c7f15913be60db7b1b (patch)
treeffff55729461c274bd3a8b144fddbfdad6795456 /community/mksh
parent911a818dc1dde41745d065b1272333f5668ed270 (diff)
parent26606f981048ee9efcda690b619d3c53501a7a58 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/goaccess/PKGBUILD core/glib2/PKGBUILD extra/antlr2/PKGBUILD
Diffstat (limited to 'community/mksh')
-rw-r--r--community/mksh/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/mksh/PKGBUILD b/community/mksh/PKGBUILD
index 1420e846e..bc0926a8a 100644
--- a/community/mksh/PKGBUILD
+++ b/community/mksh/PKGBUILD
@@ -1,9 +1,10 @@
-# $Id: PKGBUILD 95786 2013-08-16 19:38:52Z ttoepper $
+# $Id: PKGBUILD 95881 2013-08-18 08:58:15Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Daniel Hommel <dhommel@gmail.com>
pkgname=mksh
-pkgver=R48
+_pkgver=R48b
+pkgver=48.1
pkgrel=1
pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
url='https://www.mirbsd.org/mksh.htm'
@@ -11,9 +12,9 @@ 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"
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz"
'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('f714fbe2caf2bbcc592a97515ac2fda5'
+md5sums=('ab9baa6b5a4de9d0e6a3ce9957c18da0'
'0601617f19e1c0423cbdb8599e16eec3')
check() {