diff options
Diffstat (limited to 'core/dirmngr/PKGBUILD')
-rw-r--r-- | core/dirmngr/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dirmngr/PKGBUILD b/core/dirmngr/PKGBUILD index b006303e0..30240c121 100644 --- a/core/dirmngr/PKGBUILD +++ b/core/dirmngr/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dirmngr pkgver=1.1.1 pkgrel=1 pkgdesc="A daemon to handle CRL and certificate requests" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="ftp://ftp.gnupg.org/gcrypt/dirmngr" depends=('libgcrypt' 'libldap' 'libksba' 'libgpg-error' 'libassuan' 'pth') |