diff options
Diffstat (limited to 'core/which')
-rw-r--r-- | core/which/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/which/PKGBUILD b/core/which/PKGBUILD index 65495fe69..6a60bea84 100644 --- a/core/which/PKGBUILD +++ b/core/which/PKGBUILD @@ -6,7 +6,7 @@ pkgname=which pkgver=2.20 pkgrel=5 pkgdesc="A utility to show the full path of commands" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.xs4all.nl/~carlo17/which" license=('GPL3') groups=('base') |