diff options
Diffstat (limited to 'core/traceroute/PKGBUILD')
-rw-r--r-- | core/traceroute/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/traceroute/PKGBUILD b/core/traceroute/PKGBUILD index b0bff2380..76a48f766 100644 --- a/core/traceroute/PKGBUILD +++ b/core/traceroute/PKGBUILD @@ -5,7 +5,7 @@ pkgname=traceroute pkgver=2.0.19 pkgrel=1 pkgdesc="Tracks the route taken by packets over an IP network" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://traceroute.sourceforge.net/" license=('GPL2') depends=('glibc') |