[arch-commits] Commit in goaccess/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Dec 4 21:00:37 UTC 2020


    Date: Friday, December 4, 2020 @ 21:00:37
  Author: felixonmars
Revision: 770041

archrelease: copy trunk to community-x86_64

Added:
  goaccess/repos/community-x86_64/PKGBUILD
    (from rev 770040, goaccess/trunk/PKGBUILD)
Deleted:
  goaccess/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-04 21:00:25 UTC (rev 770040)
+++ PKGBUILD	2020-12-04 21:00:37 UTC (rev 770041)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josh VanderLinden <arch at cloudlery.com>
-# Contributor: Nicolas Storme <nicolas at atelier-web.com>
-
-pkgname=goaccess
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="An open source real-time web log analyzer and interactive viewer"
-arch=('x86_64')
-url='https://goaccess.io'
-license=('GPL')
-depends=('ncurses' 'libmaxminddb' 'openssl')
-optdepends=('geoip2-database: for geoip support')
-backup=('etc/goaccess.conf')
-source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
-sha512sums=('14bc5a08c2e6bb1db8d664a224b778603a358cf3a52a341a3a3e04e84337d0bb574892cb5005dc62098a8a6f0a834d1014479c29593714fdd6a87cedb3f3fb38')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-geoip=mmdb --enable-utf8 --with-openssl
-  make prefix=/usr sysconfdir=/etc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
-}

Copied: goaccess/repos/community-x86_64/PKGBUILD (from rev 770040, goaccess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-04 21:00:37 UTC (rev 770041)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josh VanderLinden <arch at cloudlery.com>
+# Contributor: Nicolas Storme <nicolas at atelier-web.com>
+
+pkgname=goaccess
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('x86_64')
+url='https://goaccess.io'
+license=('GPL')
+depends=('ncurses' 'libmaxminddb' 'openssl')
+optdepends=('geoip2-database: for geoip support')
+backup=('etc/goaccess.conf')
+source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
+sha512sums=('8f5cbd6d9aca9fdb9310a969b0e8ae86a388a2d82d35a120a56a8d81597c163d8df6b27465ade400492c7edd50b3a73192154e8f8243f782421997fac36bc50a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip=mmdb --enable-utf8 --with-openssl
+  make prefix=/usr sysconfdir=/etc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
+}



More information about the arch-commits mailing list