diff options
Diffstat (limited to 'extra/physfs/PKGBUILD')
-rw-r--r-- | extra/physfs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/physfs/PKGBUILD b/extra/physfs/PKGBUILD index e6c9575c6..d32550c62 100644 --- a/extra/physfs/PKGBUILD +++ b/extra/physfs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=physfs pkgver=2.0.2 pkgrel=2 pkgdesc="A library to provide abstract access to various archives" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://icculus.org/physfs/" license=('ZLIB') depends=('zlib') |