summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-01-07 15:37:50 +0100
committerM0Rf302017-01-07 15:37:50 +0100
commite42cec59f27c476aebc011307769398ba7c7bcad (patch)
tree84e0b9479460d05496dbf928d4632a2744176844
parent94c56fef05e242b835027a3230266214b8098f68 (diff)
downloadaur-e42cec59f27c476aebc011307769398ba7c7bcad.tar.gz
added support for geoipcity
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43696a513092..1b6ef698ecc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 7 12:34:16 UTC 2017
+# Sat Jan 7 14:37:37 UTC 2017
pkgbase = xplico
pkgdesc = Internet Traffic Decoder. Network Forensic Analysis Tool (NFAT)
- pkgver = v1.1.2.r130.g2234006
+ pkgver = v1.1.2.r133.gfb70f26
pkgrel = 1
url = http://www.xplico.org/
install = xplico.install
@@ -29,7 +29,7 @@ pkgbase = xplico
depends = sox
depends = sqlite3
depends = tcpdump
- optdepends = geoip-citydata: City database for geoip IP location lookups
+ optdepends = geoip-database-extra: City database for geoip IP location lookups
optdepends = ghostpdl: reconstruct document printed with network printer
optdepends = videosnarf: decode VoIP based on RTP
source = xplico::git+https://github.com/xplico/xplico.git
diff --git a/PKGBUILD b/PKGBUILD
index 43dea05e5041..364bfeaa9073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: M0Rf30
pkgname=xplico
-pkgver=v1.1.2.r130.g2234006
+pkgver=v1.1.2.r133.gfb70f26
pkgrel=1
arch=(i686 x86_64)
pkgdesc="Internet Traffic Decoder. Network Forensic Analysis Tool (NFAT)"
@@ -28,7 +28,7 @@ depends=(
sqlite3
tcpdump
)
-optdepends=('geoip-citydata: City database for geoip IP location lookups'
+optdepends=('geoip-database-extra: City database for geoip IP location lookups'
'ghostpdl: reconstruct document printed with network printer'
'videosnarf: decode VoIP based on RTP')
source=('xplico::git+https://github.com/xplico/xplico.git')
@@ -42,6 +42,7 @@ build() {
package() {
cd xplico
make DESTDIR=$pkgdir install
+ ln -sr /usr/share/GeoIP/GeoIPCity.dat $pkgdir/opt/xplico/GeoLiteCity.dat
}
pkgver() {