diff options
Diffstat (limited to 'extra/libgtop')
-rw-r--r-- | extra/libgtop/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libgtop/PKGBUILD b/extra/libgtop/PKGBUILD index 889f6e279..c6b2208c0 100644 --- a/extra/libgtop/PKGBUILD +++ b/extra/libgtop/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libgtop pkgver=2.28.3 pkgrel=1 pkgdesc="A library that read information about processes and the running system" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') depends=('glib2' 'libxau' 'texinfo') makedepends=('intltool' 'gobject-introspection') |