diff options
Diffstat (limited to 'community/fcgiwrap/PKGBUILD')
-rw-r--r-- | community/fcgiwrap/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fcgiwrap/PKGBUILD b/community/fcgiwrap/PKGBUILD index e5a83ca0a..f3d818fea 100644 --- a/community/fcgiwrap/PKGBUILD +++ b/community/fcgiwrap/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.0.3 _gitrev='b9f03e6' pkgrel=4 pkgdesc='A simple server for running CGI applications over FastCGI.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://nginx.localdomain.pl/wiki/FcgiWrap' license=('MIT') depends=('fcgi' 'systemd') |