diff options
Diffstat (limited to 'extra/mod_fcgid')
-rw-r--r-- | extra/mod_fcgid/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mod_fcgid/PKGBUILD b/extra/mod_fcgid/PKGBUILD index ad457a9a2..47ca36d41 100644 --- a/extra/mod_fcgid/PKGBUILD +++ b/extra/mod_fcgid/PKGBUILD @@ -5,7 +5,7 @@ pkgver=2.3.5 pkgrel=1 pkgdesc="A FastCGI module for Apache HTTP Server." license=('APACHE') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://httpd.apache.org/mod_fcgid/" depends=('apache') source=(http://apache.cs.utah.edu/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.gz) |