diff options
Diffstat (limited to 'extra/ntp/PKGBUILD')
-rw-r--r-- | extra/ntp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ntp/PKGBUILD b/extra/ntp/PKGBUILD index 69669c721..5a27990c3 100644 --- a/extra/ntp/PKGBUILD +++ b/extra/ntp/PKGBUILD @@ -6,7 +6,7 @@ pkgver=4.2.6.p3 _realver=4.2.6p3 pkgrel=3 pkgdesc="NTP (Network Time Protocol) tries to keep servers in sync" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('custom') url="http://www.ntp.org/" depends=('openssl' 'readline' 'libcap') |