diff options
Diffstat (limited to 'community/openntpd/PKGBUILD')
-rw-r--r-- | community/openntpd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/openntpd/PKGBUILD b/community/openntpd/PKGBUILD index 02b44cb29..0f701c4a7 100644 --- a/community/openntpd/PKGBUILD +++ b/community/openntpd/PKGBUILD @@ -9,7 +9,7 @@ pkgver=3.9p1 pkgrel=21 pkgdesc="Free, easy to use implementation of the Network Time Protocol." url="http://www.openntpd.org/" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') license=('BSD') depends=('openssl') conflicts=('ntp') |