diff options
Diffstat (limited to 'extra/ntp/PKGBUILD')
-rw-r--r-- | extra/ntp/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/ntp/PKGBUILD b/extra/ntp/PKGBUILD index 1a20d9f9c..cfd784f4f 100644 --- a/extra/ntp/PKGBUILD +++ b/extra/ntp/PKGBUILD @@ -5,11 +5,11 @@ pkgname=ntp pkgver=4.2.6.p5 _realver=4.2.6p5 -pkgrel=13 +pkgrel=13.1 pkgdesc='Network Time Protocol reference implementation' url='http://www.ntp.org/' license=('custom') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('openssl' 'libcap') optdepends=('libedit: ntpdc, ntpq') makedepends=('perl-html-parser' 'libedit') |