diff options
Diffstat (limited to 'community/webfs/PKGBUILD')
-rw-r--r-- | community/webfs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/webfs/PKGBUILD b/community/webfs/PKGBUILD index e15dba63e..e23bd81d8 100644 --- a/community/webfs/PKGBUILD +++ b/community/webfs/PKGBUILD @@ -9,7 +9,7 @@ pkgname=webfs pkgver=1.21 pkgrel=9 pkgdesc="Simple and instant http server for mostly static content." -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://linux.bytesex.org/misc/webfs.html" license=("GPL") depends=('mime-types' 'openssl') |