diff options
author | Petr Špaček | 2021-02-11 18:35:23 +0100 |
---|---|---|
committer | Petr Špaček | 2021-02-11 18:35:23 +0100 |
commit | a502193213e6276b321a8d5c83c29cc9be57a1b8 (patch) | |
tree | 0b3b8103bf60bfe151ec90745926fbdbd4aac9f9 /PKGBUILD | |
parent | ec262f61ed4c0f3ba294a29848cff58ff8a31283 (diff) | |
download | aur-dnscap-git.tar.gz |
add missing makedep for rssm plugin
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |