summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91d83442f4b0..a468339418c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Ferdi265 <theferdi265 at gmail dot com>
pkgname=nmap-netcat
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Use nmaps ncat as netcat"
dependencies=(nmap)
+conflicts=(gnu-netcat openbsd-netcat)
arch=('i686' 'x86_64')
license=('GPL')
source=()