summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormatan h2022-09-29 13:22:37 +0300
committermatan h2022-09-29 13:22:37 +0300
commit76d64036056d8f5b6d8652c768f31b514df04592 (patch)
tree9290d5ed01570ccdd232444e9b08376dc718e7ea
parent075dfa451b5b4b5f5208f456c8da5bd5dee53b09 (diff)
downloadaur-76d64036056d8f5b6d8652c768f31b514df04592.tar.gz
fix source
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f2b39e5a5e4..dab3e25a21d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,11 +15,11 @@ depends=("nmap"
optdepends=("gksu: starting zenmap as root")
provides=("zenmap")
-source=("$pkgname-$pkgver.zip::https://github.com/kulikjak/nmap/archive/refs/heads/master-python3.zip")
+source=("https://github.com/kulikjak/nmap/archive/refs/heads/master-python3.zip")
md5sums=("931711d6aa99b266d1cde4df7ed63cd8")
package() {
- cd "$pkgname-master"
+ cd "$srcdir/nmap-master-python3/zenmap"
python3 setup.py install --prefix "/usr" --root="${pkgdir}" --optimize=1
install -Dm644 ../docs/zenmap.1 "${pkgdir}/usr/share/man/man1/zenmap.1"