summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormatan h2022-11-19 20:53:20 +0200
committermatan h2022-11-19 20:56:52 +0200
commitd20598b3ffb3c484be61778364bebd5c536cbe3e (patch)
treed264ba20a029132a8bf4ee77c5a0305278ab82da /PKGBUILD
parent0957142ed7c0d21001f134e3fc75d467aebbde6b (diff)
downloadaur-d20598b3ffb3c484be61778364bebd5c536cbe3e.tar.gz
add conflict with zenmap (thenks to @burnout comment)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0c20236a140..ab54f534fc14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("any")
url="https://github.com/kulikjak/nmap"
license=("GPL2")
makedepends=("unzip")
-
+conflicts=("zenmap")
depends=("python"
"python-cairo"
"nmap"