summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2018-09-29 17:03:17 +0200
committerKr1ss2018-09-29 17:03:17 +0200
commit08e654bb3f186207110c0dd2148255e384170864 (patch)
treec72f19784786a09a39cb5420b39f09728621ec3b
parent8839adf097008ba46f7815019f76b1fcc9ea7271 (diff)
downloadaur-08e654bb3f186207110c0dd2148255e384170864.tar.gz
add dependency 'bash'
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e94843880dd9..ff753e500601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = lbd
pkgdesc = Load Balancer Detector - checks if a given domain uses load balancing
pkgver = 0.4
- pkgrel = 2
+ pkgrel = 3
url = https://tools.kali.org/information-gathering/lbd
arch = any
license = GPL2
+ depends = bash
provides = lbd
source = lbd
source = lbd.sig
diff --git a/PKGBUILD b/PKGBUILD
index 6008d04e454c..4adca8411fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=lbd
pkgver=0.4
-pkgrel=2
+pkgrel=3
pkgdesc='Load Balancer Detector - checks if a given domain uses load balancing'
arch=('any')
url='https://tools.kali.org/information-gathering/lbd'
license=('GPL2')
+depends=('bash')
provides=('lbd')
options=()
source=("$pkgname"