Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / goaccess


Commits:
9f8a14ea by Felix Yan at 2024-04-28T14:55:05+00:00
upgpkg: 1.9.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,17 @@
 pkgbase = goaccess
        pkgdesc = An open source real-time web log analyzer and interactive 
viewer
-       pkgver = 1.9.1
+       pkgver = 1.9.2
        pkgrel = 1
        url = https://goaccess.io
        arch = x86_64
        license = GPL
+       makedepends = git
        depends = ncurses
        depends = libmaxminddb
        depends = openssl
        optdepends = geoip2-database: for geoip support
        backup = etc/goaccess/goaccess.conf
-       source = https://tar.goaccess.io/goaccess-1.9.1.tar.gz
-       sha512sums = 
df3f2fac52fe6882e55abc1693e03df12b6fe7231d22129044f60408e992ad42895ac26a097951e1cbd73af33d5d9a9e8abe56882dfcab7f49f0dd33a972779c
+       source = git+https://github.com/allinurl/goaccess.git#tag=v1.9.2
+       sha512sums = 
9e0454f7d8d7a4a68ee8f0534c976e1b182eb6b28cc458c6dd36b6f75757a597c7030c180eec73447303caa7c3f3dfd82d4adc2576cfb68b496392cc6901e74f
 
 pkgname = goaccess


=====================================
PKGBUILD
=====================================
@@ -3,25 +3,31 @@
 # Contributor: Nicolas Storme <nico...@atelier-web.com>
 
 pkgname=goaccess
-pkgver=1.9.1
+pkgver=1.9.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')
+makedepends=('git')
 optdepends=('geoip2-database: for geoip support')
 backup=('etc/goaccess/goaccess.conf')
-source=("https://tar.goaccess.io/$pkgname-$pkgver.tar.gz";)
-sha512sums=('df3f2fac52fe6882e55abc1693e03df12b6fe7231d22129044f60408e992ad42895ac26a097951e1cbd73af33d5d9a9e8abe56882dfcab7f49f0dd33a972779c')
+source=("git+https://github.com/allinurl/goaccess.git#tag=v$pkgver";)
+sha512sums=('9e0454f7d8d7a4a68ee8f0534c976e1b182eb6b28cc458c6dd36b6f75757a597c7030c180eec73447303caa7c3f3dfd82d4adc2576cfb68b496392cc6901e74f')
+
+prepare() {
+  cd $pkgname
+  autoreconf -fiv
+}
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   ./configure --enable-geoip=mmdb --enable-utf8 --with-openssl
   make prefix=/usr sysconfdir=/etc
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname
   make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/goaccess/-/commit/9f8a14ea5855e1b102496abd4fe54e5d83eba5b3

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/goaccess/-/commit/9f8a14ea5855e1b102496abd4fe54e5d83eba5b3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to