diff options
Diffstat (limited to 'community/wireshark/PKGBUILD')
-rw-r--r-- | community/wireshark/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wireshark/PKGBUILD b/community/wireshark/PKGBUILD index 38b3e09cf..70b2c2544 100644 --- a/community/wireshark/PKGBUILD +++ b/community/wireshark/PKGBUILD @@ -6,7 +6,7 @@ pkgname=('wireshark-cli' 'wireshark-gtk') pkgbase=wireshark pkgver=1.10.5 pkgrel=3 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio' 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme') |