diff options
Diffstat (limited to 'community/extundelete/PKGBUILD')
-rw-r--r-- | community/extundelete/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/extundelete/PKGBUILD b/community/extundelete/PKGBUILD index 6f34fb6d0..9d28c5acb 100644 --- a/community/extundelete/PKGBUILD +++ b/community/extundelete/PKGBUILD @@ -6,7 +6,7 @@ pkgname=extundelete pkgver=0.2.0 pkgrel=1 pkgdesc="Utility for recovering deleted files from ext2, ext3 or ext4 partitions by parsing the journal" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://extundelete.sourceforge.net" license=('GPL') makedepends=('e2fsprogs') |