diff options
Diffstat (limited to 'community/ext3grep')
-rw-r--r-- | community/ext3grep/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ext3grep/PKGBUILD b/community/ext3grep/PKGBUILD index 4e70cdc95..b44e3a01e 100644 --- a/community/ext3grep/PKGBUILD +++ b/community/ext3grep/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ext3grep pkgver=0.10.2 pkgrel=1 pkgdesc="A tool to investigate an ext3 file system for deleted content and possibly recover it" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/ext3grep/" license=('GPL') depends=('gcc-libs') |