summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormatan h2022-09-29 13:13:47 +0300
committermatan h2022-09-29 13:13:47 +0300
commit075dfa451b5b4b5f5208f456c8da5bd5dee53b09 (patch)
tree191ea9b87f65f885efc5da6c1bbdbc10396017ef
parent338b7050646572e6cb38762f735229c63debae8f (diff)
downloadaur-075dfa451b5b4b5f5208f456c8da5bd5dee53b09.tar.gz
fix dependencies
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7db2206c8693..1f2b39e5a5e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ makedepends=("unzip")
depends=("nmap"
"gtk3"
- "gobject")
+ "python-gobject")
optdepends=("gksu: starting zenmap as root")