summaryrefslogtreecommitdiff
path: root/community/chrony
diff options
context:
space:
mode:
authorJoe <joe@joelightning.com>2011-10-19 21:25:53 +0100
committerJoe <joe@joelightning.com>2011-10-19 21:25:53 +0100
commit1fce0da04c9e52277cfc907b1e8bd2df48736d16 (patch)
treef7ae4478e3816a401f126914fc3a8a86aefba572 /community/chrony
parent27d3c41dc9cdeddc34fcdfd9f0c52441dfe98e2e (diff)
Fixed arch array.
Diffstat (limited to 'community/chrony')
-rw-r--r--community/chrony/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/chrony/PKGBUILD b/community/chrony/PKGBUILD
index dd6d1d9ec..a957f837a 100644
--- a/community/chrony/PKGBUILD
+++ b/community/chrony/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=chrony
pkgver=1.26
pkgrel=1
pkgdesc="Dial-up friendly NTP daemon and excellent replacement for NTP on desktop systems"
-arch=('i686' 'x86_64')
+arch=(mips64el)
url="http://chrony.tuxfamily.org/"
options=('strip')
license=('GPL')