summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkpcyrd2018-11-22 21:12:46 +0100
committerkpcyrd2018-11-22 21:12:46 +0100
commit0728b049f40f2dc95836987a232ae4917e219650 (patch)
tree1cba22e6a277bf6db0b923c8669bf7f3088079bc /PKGBUILD
parent9fa0f68add74be711d3bfecc324995bd014d8868 (diff)
downloadaur-0728b049f40f2dc95836987a232ae4917e219650.tar.gz
Depend on geoip2-database and publicsuffix-list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8cfe88a5177b..0d69051df17e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_gitname=sn0int
pkgname=sn0int-git
-pkgver=0.5.0.r1.gce1d1b3
+pkgver=0.5.1.r0.gcb97809
pkgrel=1
pkgdesc="OSINT framework and package manager"
url="https://github.com/kpcyrd/sn0int"
-depends=('libcap' 'sqlite' 'libseccomp')
+depends=('libcap' 'sqlite' 'libseccomp' 'geoip2-database' 'publicsuffix-list')
makedepends=('cargo' 'git' 'python-sphinx' 'make')
provides=('sn0int')
conflicts=('sn0int')