diff options
Diffstat (limited to 'community/stunnel/PKGBUILD')
-rw-r--r-- | community/stunnel/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/stunnel/PKGBUILD b/community/stunnel/PKGBUILD index c98bcbc4a..b8fa00173 100644 --- a/community/stunnel/PKGBUILD +++ b/community/stunnel/PKGBUILD @@ -7,7 +7,7 @@ pkgname=stunnel pkgver=4.54 pkgrel=1 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.stunnel.org" license=('GPL') depends=('openssl') |