summaryrefslogtreecommitdiff
path: root/community/goaccess/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-03-31 01:06:04 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-03-31 01:06:04 -0500
commit7d75b30e3922989b5c93d610b6c140b45ed521cc (patch)
tree4eec02b52809f1a3785ea33169cbf33dafc92ccd /community/goaccess/PKGBUILD
parentfb3e714365e4891fcadd98abc65dc0b7f702fa8f (diff)
Add mips64el in archs
Diffstat (limited to 'community/goaccess/PKGBUILD')
-rw-r--r--community/goaccess/PKGBUILD4
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"