diff options
Diffstat (limited to 'community/ext3grep/PKGBUILD')
-rw-r--r-- | community/ext3grep/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ext3grep/PKGBUILD b/community/ext3grep/PKGBUILD index f3ac6d1cd..69758612c 100644 --- a/community/ext3grep/PKGBUILD +++ b/community/ext3grep/PKGBUILD @@ -4,9 +4,9 @@ pkgname=ext3grep pkgver=0.10.2 -pkgrel=2 +pkgrel=2.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') makedepends=('e2fsprogs' 'patch') |