summaryrefslogtreecommitdiff
path: root/community/mksh
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-08 06:09:17 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-08 06:09:17 -0500
commit56933afc99bd004c88e3a0074b3bf383dc300e9a (patch)
tree31eba31aa734d80816facaa79692d803ee0a9ef4 /community/mksh
parent1a2fd51887f77ba9c41195c1a2eb9ee80ea28866 (diff)
Add mips64el in archs
Diffstat (limited to 'community/mksh')
-rw-r--r--community/mksh/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mksh/PKGBUILD b/community/mksh/PKGBUILD
index 342b5fd7b..aeb555ecc 100644
--- a/community/mksh/PKGBUILD
+++ b/community/mksh/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="The MirBSD Korn Shell - an enhanced version of the public domain ksh"
url="http://mirbsd.de/mksh"
license=("custom")
makedepends=('cpio')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
install=mksh.install
source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.cpio.gz"
"https://www.mirbsd.org/TaC-mksh.txt")