diff options
Diffstat (limited to 'community/esmtp')
-rw-r--r-- | community/esmtp/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/esmtp/PKGBUILD b/community/esmtp/PKGBUILD index b275244ff..15d4bd89f 100644 --- a/community/esmtp/PKGBUILD +++ b/community/esmtp/PKGBUILD @@ -5,9 +5,9 @@ pkgname=esmtp pkgver=1.2 -pkgrel=4 +pkgrel=4.1 pkgdesc="An easy SMTP forwarder." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://esmtp.sourceforge.net' license=('GPL') depends=('libesmtp' 'openssl') |