diff options
Diffstat (limited to 'extra/parted/PKGBUILD')
-rw-r--r-- | extra/parted/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/parted/PKGBUILD b/extra/parted/PKGBUILD index d166fd830..e22ade6ce 100644 --- a/extra/parted/PKGBUILD +++ b/extra/parted/PKGBUILD @@ -6,7 +6,7 @@ pkgname=parted pkgver=2.3 pkgrel=1 pkgdesc="A program for creating, destroying, resizing, checking and copying partitions" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL3') url="http://www.gnu.org/software/parted/parted.html" depends=('device-mapper' 'e2fsprogs') |