diff options
Diffstat (limited to 'extra/pdksh/PKGBUILD')
-rw-r--r-- | extra/pdksh/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/pdksh/PKGBUILD b/extra/pdksh/PKGBUILD index 6f592e39c..9d37d2cff 100644 --- a/extra/pdksh/PKGBUILD +++ b/extra/pdksh/PKGBUILD @@ -6,7 +6,7 @@ pkgname=pdksh pkgver=5.2.14 pkgrel=5 pkgdesc="A public domain clone of the AT&T Korn shell" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.cs.mun.ca/~michael/pdksh/" license=('custom') depends=('glibc') |