diff options
Diffstat (limited to 'community/haveged/PKGBUILD')
-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 d73c5f102..4e946520a 100644 --- a/community/haveged/PKGBUILD +++ b/community/haveged/PKGBUILD @@ -7,7 +7,7 @@ pkgname=haveged pkgver=1.7 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') |