diff options
Diffstat (limited to 'community/haveged')
-rw-r--r-- | community/haveged/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/haveged/PKGBUILD b/community/haveged/PKGBUILD index 38bcf4d00..a0ebc3229 100644 --- a/community/haveged/PKGBUILD +++ b/community/haveged/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.7.a _pkgver=${pkgver/.a/a} pkgrel=1 pkgdesc='Entropy harvesting daemon using CPU timings' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.issihosts.com/haveged' license=('GPL') depends=('glibc') |