diff options
Diffstat (limited to 'community/libstatgrab/PKGBUILD')
-rw-r--r-- | community/libstatgrab/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libstatgrab/PKGBUILD b/community/libstatgrab/PKGBUILD index 30b014b6b..09d7249d9 100644 --- a/community/libstatgrab/PKGBUILD +++ b/community/libstatgrab/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libstatgrab pkgver=0.17 pkgrel=3 pkgdesc="A library that provides cross platform access to statistics about the system on which it's run" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.i-scream.org/libstatgrab" license=('LGPL' 'GPL') depends=('ncurses' 'perl') |