diff options
Diffstat (limited to 'community/net6')
-rw-r--r-- | community/net6/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/net6/PKGBUILD b/community/net6/PKGBUILD index e748926d9..e4f43e1b3 100644 --- a/community/net6/PKGBUILD +++ b/community/net6/PKGBUILD @@ -8,7 +8,7 @@ pkgname=net6 pkgver=1.3.12 pkgrel=3 pkgdesc="A library that provides a TCP protocol abstraction for C++" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://gobby.0x539.de/" license=('LGPL') depends=('gnutls' 'libsigc++2.0') |