diff options
Diffstat (limited to 'community/goaccess/PKGBUILD')
-rw-r--r-- | community/goaccess/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/goaccess/PKGBUILD b/community/goaccess/PKGBUILD index 85ff8eb44..578f85e1a 100644 --- a/community/goaccess/PKGBUILD +++ b/community/goaccess/PKGBUILD @@ -7,7 +7,7 @@ pkgname=goaccess pkgver=0.7.1 pkgrel=1 pkgdesc="An open source real-time web log analyzer and interactive viewer" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://goaccess.prosoftcorp.com" license=('GPL') depends=('ncurses' 'geoip' 'glib2') |