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

Felix Yan felixonmars at archlinux.org
Wed May 26 17:34:04 UTC 2021


    Date: Wednesday, May 26, 2021 @ 17:34:04
  Author: felixonmars
Revision: 946840

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-26 17:33:53 UTC (rev 946839)
+++ PKGBUILD	2021-05-26 17:34:04 UTC (rev 946840)
@@ -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.6
-pkgrel=2
-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/goaccess.conf')
-source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
-sha512sums=('4470809e7ebe59522824b3300e31b93294cfd964e25b1a3c50c77e1c10d6f23b3b014c86518cd8a28f314ce875f15627aba0f0e9f4636ef4181d1169c018f1ff')
-
-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 946839, goaccess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-26 17:34:04 UTC (rev 946840)
@@ -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.5
+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/goaccess.conf')
+source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
+sha512sums=('7404a487dc1eb52d83caf01775ad0c9bb5c962da27b3ec9a6d613306e19a6109f7337410a812781bdf238ba9efcbe5419a897bc10b5b11e3c3ac38be176c18b4')
+
+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