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 f43fb8f50..32b3c6b03 100644 --- a/extra/hddtemp/PKGBUILD +++ b/extra/hddtemp/PKGBUILD @@ -9,7 +9,7 @@ _origver=0.3-beta15 _patchver=46 pkgrel=1 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') |