diff options
Diffstat (limited to 'core/procps')
-rw-r--r-- | core/procps/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/procps/PKGBUILD b/core/procps/PKGBUILD index b04ebf52c..99d7884a7 100644 --- a/core/procps/PKGBUILD +++ b/core/procps/PKGBUILD @@ -5,7 +5,7 @@ pkgname=procps pkgver=3.2.8 pkgrel=4 pkgdesc="Utilities for monitoring your system and processes on your system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://procps.sourceforge.net/" license=('GPL' 'LGPL') groups=('base') |