diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-14 19:13:53 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-14 19:13:53 -0300 |
commit | f5a290bc7b7779b2564b7f2bfbbc23f1882f3ad9 (patch) | |
tree | 3f6fb902d6dc18dd2ef754486d1868f8d9639355 /community | |
parent | aa640b9cae9d5db0197da5e9556cdbc8e92902b1 (diff) |
opendkim port
Diffstat (limited to 'community')
-rw-r--r-- | community/opendkim/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/opendkim/PKGBUILD b/community/opendkim/PKGBUILD index 4b03b9895..a959593dc 100644 --- a/community/opendkim/PKGBUILD +++ b/community/opendkim/PKGBUILD @@ -6,7 +6,7 @@ pkgname=opendkim pkgver=2.9.0 pkgrel=1 pkgdesc="An open source implementation of the DKIM sender authentication system. Based on a fork of dkim-milter." -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://www.opendkim.org/" license=('BSD' 'custom:Sendmail') depends=("db" "openssl" "libstrl") |