[arch-commits] Commit in goaccess/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Sep 1 22:11:10 UTC 2022
Date: Thursday, September 1, 2022 @ 22:11:10
Author: felixonmars
Revision: 1290490
archrelease: copy trunk to community-x86_64
Added:
goaccess/repos/community-x86_64/PKGBUILD
(from rev 1290489, goaccess/trunk/PKGBUILD)
Deleted:
goaccess/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-01 22:10:56 UTC (rev 1290489)
+++ PKGBUILD 2022-09-01 22:11:10 UTC (rev 1290490)
@@ -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.6.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/goaccess.conf')
-source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
-sha512sums=('5299df01fd06777bf85da12e4d4ec3b9eca866bbab6cac64f3d674b0b3ecc90dc4c28f5bc2c94064b7654d381aa873626e98ec9f26fc2b546380bb9e40077a85')
-
-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 1290489, goaccess/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-01 22:11:10 UTC (rev 1290490)
@@ -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.6.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/goaccess.conf')
+source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
+sha512sums=('7890fc35700db9ce1d3c720607cce6008a3140a14d143fcdd02f11a79f5344a26c648c9b7e6316a21d3ff07f588815bcdfb33072b5e0a18c429e9bfdb8bf99f4')
+
+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