diff options
Diffstat (limited to 'community/avfs/PKGBUILD')
-rw-r--r-- | community/avfs/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/avfs/PKGBUILD b/community/avfs/PKGBUILD index 962021782..ed004f224 100644 --- a/community/avfs/PKGBUILD +++ b/community/avfs/PKGBUILD @@ -4,9 +4,9 @@ pkgname=avfs pkgver=1.0.1 -pkgrel=1 +pkgrel=1.2 pkgdesc="A virtual filesystem that allows browsing of compressed files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'LGPL') url="http://avf.sourceforge.net/" depends=('fuse' 'xz' 'perl') |