diff options
Diffstat (limited to 'community/chrony/PKGBUILD')
-rw-r--r-- | community/chrony/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/chrony/PKGBUILD b/community/chrony/PKGBUILD index efdc0b91d..5e0d912fd 100644 --- a/community/chrony/PKGBUILD +++ b/community/chrony/PKGBUILD @@ -9,7 +9,7 @@ pkgname=chrony pkgver=1.26 pkgrel=2 pkgdesc="Dial-up friendly NTP daemon and excellent replacement for NTP on desktop systems" -arch=(mips64el) +arch=('i686' 'x86_64' 'mips64el') url="http://chrony.tuxfamily.org/" options=('strip') license=('GPL') |