diff options
Diffstat (limited to 'community/unionfs-fuse/PKGBUILD')
-rw-r--r-- | community/unionfs-fuse/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/unionfs-fuse/PKGBUILD b/community/unionfs-fuse/PKGBUILD index e75504ae0..bcb7c52d2 100644 --- a/community/unionfs-fuse/PKGBUILD +++ b/community/unionfs-fuse/PKGBUILD @@ -6,7 +6,7 @@ pkgname=unionfs-fuse pkgver=0.26 pkgrel=1 pkgdesc="A user space unionfs implementation" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://podgorny.cz/moin/UnionFsFuse" license=('BSD') depends=('fuse') |