diff options
Diffstat (limited to 'community/i2c-tools/PKGBUILD')
-rw-r--r-- | community/i2c-tools/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/i2c-tools/PKGBUILD b/community/i2c-tools/PKGBUILD index 448c7452c..858749946 100644 --- a/community/i2c-tools/PKGBUILD +++ b/community/i2c-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=i2c-tools pkgver=3.1.0 pkgrel=5 pkgdesc="Heterogeneous set of I2C tools for Linux that used to be part of lm-sensors" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.lm-sensors.org/wiki/I2CTools" license=('GPL') depends=('python2') |