diff options
Diffstat (limited to 'core/cronie')
-rw-r--r-- | core/cronie/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cronie/PKGBUILD b/core/cronie/PKGBUILD index ab03530b2..795b8882e 100644 --- a/core/cronie/PKGBUILD +++ b/core/cronie/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc='Daemon that runs specified programs at scheduled times and related tools' url='https://fedorahosted.org/cronie/' license=('custom:BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('pam' 'bash' 'run-parts') optdepends=('pm-utils: defer anacron on battery power' 'smtp-server: send job output via email' |