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

Felix Yan felixonmars at gemini.archlinux.org
Thu Mar 31 23:56:46 UTC 2022


    Date: Thursday, March 31, 2022 @ 23:56:46
  Author: felixonmars
Revision: 1178006

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-31 23:56:35 UTC (rev 1178005)
+++ PKGBUILD	2022-03-31 23:56:46 UTC (rev 1178006)
@@ -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.5.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=('3b463f662155cad1ded998fde0d68b367936e0ea1c4373c8b0ef83df51a97def9863734f1a9508f4b6c35e6f6783fe4c18a7ea96a9d7cbffa22e589ec953c69a')
-
-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 1178005, goaccess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-31 23:56:46 UTC (rev 1178006)
@@ -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.6
+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=('70556a5355ffef8f78d841a57d261be6816a5384ddb7e56dbdc540f46667b61eed4954802f6185335e06b8143ed30d2e5e3f1c9d53bc1d08152cd490e75624dd')
+
+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