diff options
Diffstat (limited to 'extra/hddtemp/PKGBUILD')
-rw-r--r-- | extra/hddtemp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/hddtemp/PKGBUILD b/extra/hddtemp/PKGBUILD index cf00e6549..fca527229 100644 --- a/extra/hddtemp/PKGBUILD +++ b/extra/hddtemp/PKGBUILD @@ -10,7 +10,7 @@ _origver=0.3-beta15 _patchver=46 pkgrel=3 pkgdesc="Gives you the temperature of your hard drive by reading S.M.A.R.T. information" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.guzu.net/linux/hddtemp.php" license=('GPL') depends=('glibc') |