summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2018-09-21 13:26:46 +0200
committerhashworks2018-09-21 13:26:46 +0200
commit6e8d90c53e17d12b851c4de2dd271605dc6fe1fd (patch)
tree61469be44b77035d7cf7c155b1cd8868a007fd20
parentd0a9e25e0a994d293c3d4ba7f53a39ebaa24e7bd (diff)
downloadaur-6e8d90c53e17d12b851c4de2dd271605dc6fe1fd.tar.gz
Fix optdepends typo
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04cd9ae50b76..3dd471bdc558 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = goaccess-git
pkgdesc = GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
pkgver = r2768.2789816
- pkgrel = 1
+ pkgrel = 2
url = https://goaccess.io
arch = any
license = MIT
depends = ncurses
+ optdepends = geoip: Provides a mmdb geoip database
provides = goaccess
conflicts = goaccess
backup = etc/goaccess.conf
diff --git a/PKGBUILD b/PKGBUILD
index cd06824f732c..89d1a5aafe40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=goaccess-git
-pkgrel=1
+pkgrel=2
pkgver=r2768.2789816
pkgdesc='GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.'
url='https://goaccess.io'
@@ -10,7 +10,7 @@ arch=('any')
conflicts=('goaccess')
provides=('goaccess')
depends=('ncurses')
-optdepends==('geoip: Provides a mmdb geoip database')
+optdepends=('geoip: Provides a mmdb geoip database')
backup=('etc/goaccess.conf')
source=('git+https://github.com/allinurl/goaccess.git')
md5sums=('SKIP')