diff options
Diffstat (limited to 'community/tls/PKGBUILD')
-rw-r--r-- | community/tls/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/tls/PKGBUILD b/community/tls/PKGBUILD index 426ddcfd7..c604b4237 100644 --- a/community/tls/PKGBUILD +++ b/community/tls/PKGBUILD @@ -6,7 +6,7 @@ pkgname=tls pkgver=1.6 pkgrel=3 pkgdesc="OpenSSL extension to Tcl" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://tls.sourceforge.net/" license=('GPL') depends=('tcl' 'openssl' 'awk') |