summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0af6a288e28a..c95d9d9aa012 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=nmap-netcat
pkgver=1.0
pkgrel=4
pkgdesc="Use nmap's ncat as netcat"
-dependencies=(nmap)
+depends=(nmap)
conflicts=(gnu-netcat openbsd-netcat)
provides=(netcat)
arch=('i686' 'x86_64')