diff options
Diffstat (limited to 'community/pound/PKGBUILD')
-rw-r--r-- | community/pound/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pound/PKGBUILD b/community/pound/PKGBUILD index 97b236233..ac4f13b38 100644 --- a/community/pound/PKGBUILD +++ b/community/pound/PKGBUILD @@ -7,7 +7,7 @@ pkgname=pound pkgver=2.6 pkgrel=2 pkgdesc="A reverse proxy, load balancer, and SSL wrapper" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.apsis.ch/pound/index_html" license=('GPL') depends=('pcre' 'openssl') |