summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhashworks2018-09-21 13:26:46 +0200
committerhashworks2018-09-21 13:26:46 +0200
commit6e8d90c53e17d12b851c4de2dd271605dc6fe1fd (patch)
tree61469be44b77035d7cf7c155b1cd8868a007fd20 /PKGBUILD
parentd0a9e25e0a994d293c3d4ba7f53a39ebaa24e7bd (diff)
downloadaur-6e8d90c53e17d12b851c4de2dd271605dc6fe1fd.tar.gz
Fix optdepends typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')