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 85cbf0fcf..5e84b8e28 100644 --- a/extra/physfs/PKGBUILD +++ b/extra/physfs/PKGBUILD @@ -5,7 +5,7 @@ pkgname=physfs pkgver=2.0.3 pkgrel=1 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') |