File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# See COPYING for license details.
33
44pkgname=unicornscan
5- pkgver=v0.4.10.r2.g0d94296
5+ pkgver=v0.4.10.r5.gf110f0d
66pkgrel=1
77pkgdesc=' A new information gathering and correlation engine.'
88arch=(' x86_64' ' aarch64' )
99groups=(' blackarch' ' blackarch-scanner' )
1010url=' https://github.com/robertelee78/unicornscan'
1111license=(' GPL-2.0-or-later' )
12- depends=(' libpcap' ' postgresql-libs' ' geoip ' ' libdnet ' ' libltdl ' )
12+ depends=(' libpcap' ' postgresql-libs' ' libdnet ' ' libltdl ' ' libmaxminddb ' )
1313makedepends=(' git' ' flex' ' bison' )
1414source=(" git+https://github.com/robertelee78/$pkgname .git" )
1515sha512sums=(' 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}
You can’t perform that action at this time.
0 commit comments