summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06dac8f3eb84..83158117150a 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=goaccess-git
-pkgrel=8
-pkgver=r2768.2789816
+pkgrel=1
+pkgver=r2991.906e048
pkgdesc='GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.'
url='https://goaccess.io'
license=('MIT')
@@ -23,7 +23,7 @@ pkgver() {
build() {
cd "goaccess"
autoreconf -fiv
- ./configure --prefix=/usr --enable-utf8 --enable-geoip --sysconfdir=/etc --with-openssl
+ ./configure --prefix=/usr --enable-utf8 --enable-geoip=legacy --sysconfdir=/etc --with-openssl
make
}