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 09d1ccf4b..cef51e118 100644 --- a/community/haveged/PKGBUILD +++ b/community/haveged/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.7.c _pkgver=${pkgver/.c/c} 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') |