summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTC2018-07-26 01:39:44 -0700
committerTC2018-07-26 01:39:44 -0700
commit05a881f927ccf4fddc201b2964c836eb0995bfa5 (patch)
tree668507e8cc8bddeb41d620863af088ca9c20363e /PKGBUILD
parent1749bab0a4797796b038e80d84b8b41964957c17 (diff)
downloadaur-05a881f927ccf4fddc201b2964c836eb0995bfa5.tar.gz
Include GeoIP support option in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a72d272c197..1a22343aaf60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TC <crt@archlinux.email>
pkgname=ossec-hids
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source Host-based Intrusion Detection System"
arch=('any')
url="https://ossec.github.io/"
@@ -25,6 +25,7 @@ _preparevars() {
export USER_NO_STOP=yes
export USER_DIR=$_instdir
export USER_BINARYINSTALL=x
+ export USE_GEOIP=yes
}
build() {