diff options
Diffstat (limited to 'community/lksctp-tools/PKGBUILD')
-rw-r--r-- | community/lksctp-tools/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lksctp-tools/PKGBUILD b/community/lksctp-tools/PKGBUILD index 8df17f34f..9ac4b38d3 100644 --- a/community/lksctp-tools/PKGBUILD +++ b/community/lksctp-tools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lksctp-tools pkgver=1.0.13 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' 'LGPL2.1') depends=('bash') |