diff options
Diffstat (limited to 'community/python-psutil/PKGBUILD')
-rw-r--r-- | community/python-psutil/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD index 043ae3513..763fcb9ba 100644 --- a/community/python-psutil/PKGBUILD +++ b/community/python-psutil/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=python-psutil pkgname=('python-psutil' 'python2-psutil') pkgver=0.6.1 pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/psutil/' license=('custom: BSD') makedepends=('python' 'python-distribute' 'python2' 'python2-distribute') |