summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPetr Špaček2021-02-11 18:35:23 +0100
committerPetr Špaček2021-02-11 18:35:23 +0100
commita502193213e6276b321a8d5c83c29cc9be57a1b8 (patch)
tree0b3b8103bf60bfe151ec90745926fbdbd4aac9f9 /PKGBUILD
parentec262f61ed4c0f3ba294a29848cff58ff8a31283 (diff)
downloadaur-dnscap-git.tar.gz
add missing makedep for rssm plugin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5b91834b9c4..179eeda43eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=(x86_64)
url="https://www.dns-oarc.net/tools/dnscap"
license=('ISC')
depends=(ldns libpcap libyaml openssl zlib)
-makedepends=(git)
+makedepends=(git perl-yaml)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/DNS-OARC/dnscap.git')