diff options
Diffstat (limited to 'community/goaccess/PKGBUILD')
-rw-r--r-- | community/goaccess/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/goaccess/PKGBUILD b/community/goaccess/PKGBUILD index f2c1d647b..96f6db64a 100644 --- a/community/goaccess/PKGBUILD +++ b/community/goaccess/PKGBUILD @@ -7,12 +7,12 @@ pkgname=goaccess pkgver=0.5 pkgrel=2 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') source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('f6359a9553a460265f5859cea4d40ec0') +md5sums=('ab2c4efac072040d9d566c234ef3c510') build() { cd "$srcdir/$pkgname-$pkgver" |