diff options
Diffstat (limited to 'extra/mtools/PKGBUILD')
-rw-r--r-- | extra/mtools/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mtools/PKGBUILD b/extra/mtools/PKGBUILD index 4db0f42fe..9f90d79a2 100644 --- a/extra/mtools/PKGBUILD +++ b/extra/mtools/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mtools pkgver=4.0.16 pkgrel=1 pkgdesc="A collection of utilities to access MS-DOS disks" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/mtools/" license=('GPL') depends=('sh') |