summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTC2018-07-26 01:39:44 -0700
committerTC2018-07-26 01:39:44 -0700
commit05a881f927ccf4fddc201b2964c836eb0995bfa5 (patch)
tree668507e8cc8bddeb41d620863af088ca9c20363e
parent1749bab0a4797796b038e80d84b8b41964957c17 (diff)
downloadaur-05a881f927ccf4fddc201b2964c836eb0995bfa5.tar.gz
Include GeoIP support option in PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72865c81e1a3..fcd8a9586f7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ossec-hids
pkgdesc = Open Source Host-based Intrusion Detection System
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://ossec.github.io/
install = ossec.install
arch = any
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() {