summaryrefslogtreecommitdiff
path: root/community/lksctp-tools
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-10 23:32:38 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-07-10 23:32:38 -0500
commit7ba5752139f90c7f92a32ff1e681a211dfe56d7a (patch)
tree1bc7f0a118cf2475426ecac32a8337b4a2fd1022 /community/lksctp-tools
parent38b5b952ddc3b86560fc02e98105bf5826d25354 (diff)
Add mips64el in archs
Diffstat (limited to 'community/lksctp-tools')
-rw-r--r--community/lksctp-tools/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lksctp-tools/PKGBUILD b/community/lksctp-tools/PKGBUILD
index 7751723cb..658a7565e 100644
--- a/community/lksctp-tools/PKGBUILD
+++ b/community/lksctp-tools/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=lksctp-tools
pkgver=1.0.11
pkgrel=1
pkgdesc='An implementation of the SCTP protocol'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url='http://lksctp.sourceforge.net/'
license=('GPL2')
depends=('bash')