Skip to content

Commit d1b101f

Browse files
authored
Update PKGBUILD
1 parent 9267bba commit d1b101f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/unicornscan/PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# See COPYING for license details.
33

44
pkgname=unicornscan
5-
pkgver=v0.4.10.r2.g0d94296
5+
pkgver=v0.4.10.r5.gf110f0d
66
pkgrel=1
77
pkgdesc='A new information gathering and correlation engine.'
88
arch=('x86_64' 'aarch64')
99
groups=('blackarch' 'blackarch-scanner')
1010
url='https://github.com/robertelee78/unicornscan'
1111
license=('GPL-2.0-or-later')
12-
depends=('libpcap' 'postgresql-libs' 'geoip' 'libdnet' 'libltdl')
12+
depends=('libpcap' 'postgresql-libs' 'libdnet' 'libltdl' 'libmaxminddb')
1313
makedepends=('git' 'flex' 'bison')
1414
source=("git+https://github.com/robertelee78/$pkgname.git")
1515
sha512sums=('SKIP')
@@ -29,10 +29,10 @@ prepare() {
2929
cd "$pkgname"
3030

3131
if [[ "$CARCH" == "i686" || "$CARCH" == "x86_64" ]]; then
32-
./configure CFLAGS="$CFLAGS -D_GNU_SOURCE" LDFLAGS="-lGeoIP" --prefix=/usr \
32+
./configure CFLAGS="$CFLAGS -D_GNU_SOURCE" --prefix=/usr \
3333
--sysconfdir=/etc --localstatedir=/var --with-pgsql
3434
else
35-
./configure CFLAGS="$CFLAGS -D_GNU_SOURCE" LDFLAGS="-lGeoIP" --prefix=/usr \
35+
./configure CFLAGS="$CFLAGS -D_GNU_SOURCE" --prefix=/usr \
3636
--sysconfdir=/etc --localstatedir=/var --with-pgsql --build=arm
3737
fi
3838
}

0 commit comments

Comments
 (0)