summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormatan h2022-11-19 20:53:20 +0200
committermatan h2022-11-19 20:56:52 +0200
commitd20598b3ffb3c484be61778364bebd5c536cbe3e (patch)
treed264ba20a029132a8bf4ee77c5a0305278ab82da
parent0957142ed7c0d21001f134e3fc75d467aebbde6b (diff)
downloadaur-d20598b3ffb3c484be61778364bebd5c536cbe3e.tar.gz
add conflict with zenmap (thenks to @burnout comment)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba56217b6d49..b4f7228d9310 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,12 +6,15 @@ pkgbase = zenmap-python3-git
arch = any
license = GPL2
makedepends = unzip
+ depends = python
+ depends = python-cairo
depends = nmap
depends = gtk3
depends = python-gobject
optdepends = gksu: starting zenmap as root
provides = zenmap
- source = https://github.com/kulikjak/nmap/archive/refs/heads/master-python3.zip
+ conflicts = zenmap
+ source = nmap.zip::https://github.com/kulikjak/nmap/archive/refs/heads/master-python3.zip
md5sums = SKIP
pkgname = zenmap-python3-git
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"