[arch-commits] Commit in goaccess/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Dec 25 04:37:42 UTC 2017


    Date: Monday, December 25, 2017 @ 04:37:41
  Author: felixonmars
Revision: 275916

upgpkg: goaccess 1.2-2

build with geoip2 support (FS#53503)

Modified:
  goaccess/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-25 04:36:24 UTC (rev 275915)
+++ PKGBUILD	2017-12-25 04:37:41 UTC (rev 275916)
@@ -5,12 +5,13 @@
 
 pkgname=goaccess
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An open source real-time web log analyzer and interactive viewer"
 arch=('x86_64')
 url='http://goaccess.io'
 license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
+depends=('ncurses' 'libmaxminddb')
+optdepends=('geoip2-database: for geoip support')
 backup=('etc/goaccess.conf')
 source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
 sha512sums=('bc31ef1e4c92608635856fa73e69b58267c161a7e3c6f2e3ca8860b862ed1c47575b93943dd975a5f8503774ee90ee0649d380563639e30908d876416638f889')
@@ -17,7 +18,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --enable-geoip --enable-utf8
+  ./configure --enable-geoip=mmdb --enable-utf8
   make prefix=/usr sysconfdir=/etc
 }
 



More information about the arch-commits mailing list