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

Felix Yan felixonmars at archlinux.org
Fri Nov 23 11:29:10 UTC 2018


    Date: Friday, November 23, 2018 @ 11:29:09
  Author: felixonmars
Revision: 409495

upgpkg: goaccess 1.3-1

Modified:
  goaccess/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-23 11:28:53 UTC (rev 409494)
+++ PKGBUILD	2018-11-23 11:29:09 UTC (rev 409495)
@@ -3,28 +3,18 @@
 # Contributor: Nicolas Storme <nicolas at atelier-web.com>
 
 pkgname=goaccess
-pkgver=1.2
-pkgrel=3
+pkgver=1.3
+pkgrel=1
 pkgdesc="An open source real-time web log analyzer and interactive viewer"
 arch=('x86_64')
 url='http://goaccess.io'
 license=('GPL')
-depends=('ncurses' 'libmaxminddb' 'openssl-1.0')
+depends=('ncurses' 'libmaxminddb' 'openssl')
 optdepends=('geoip2-database: for geoip support')
 backup=('etc/goaccess.conf')
-source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz"
-        https://github.com/xobs/goaccess/commit/4152916ca78f3fddf418ecc833f0c91050bbb4a2.patch)
-sha512sums=('bc31ef1e4c92608635856fa73e69b58267c161a7e3c6f2e3ca8860b862ed1c47575b93943dd975a5f8503774ee90ee0649d380563639e30908d876416638f889'
-            'cf7fe6757a01f882dff8c70dc9b81c2dcf1fa0831e871ad87cb9c853dd29db7a7ac893712c49a6cb9e22d94620e79e06ec76fcf680e269f3870f4a4169a57617')
+source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
+sha512sums=('7ab8a42670c2009459eee6979cb14e32e7e776e89912077882652631d0ce6ff801fba46d91ab5c23af1229f000e220863e9b70336fcd9fe11521d0ae1fd3bde1')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../4152916ca78f3fddf418ecc833f0c91050bbb4a2.patch
-
-  export CFLAGS="$CFLAGS -I/usr/include/openssl-1.0"
-  export LDFLAGS="$LDFLAGS -L/usr/lib/openssl-1.0"
-}
-
 build() {
   cd $pkgname-$pkgver
   ./configure --enable-geoip=mmdb --enable-utf8 --with-openssl



More information about the arch-commits mailing list