summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormatan h2022-10-29 20:19:44 +0300
committermatan h2022-10-29 20:19:44 +0300
commit0957142ed7c0d21001f134e3fc75d467aebbde6b (patch)
tree473afbf19e424d2eb4cf4e3647673336fa1c80b3
parent07d8d72cfecd3005b197b8d81cbacecc726d4bf2 (diff)
downloadaur-0957142ed7c0d21001f134e3fc75d467aebbde6b.tar.gz
add python and python-cairo to depends (thenks to @burnout comment)
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fa8e0ffd7fd..e0c20236a140 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,9 @@ url="https://github.com/kulikjak/nmap"
license=("GPL2")
makedepends=("unzip")
-depends=("nmap"
+depends=("python"
+ "python-cairo"
+ "nmap"
"gtk3"
"python-gobject")