summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortaotieren2024-02-17 12:01:00 +0800
committertaotieren2024-02-17 12:01:00 +0800
commit8430420080dde79c49a234a8adb611053e5d8391 (patch)
treea90e5684e2a6ca66a13cbbc27b2e3bd385b9cc81 /PKGBUILD
parent4056ade4af376dc4a1e8001ed5e1c82a65d661f5 (diff)
downloadaur-turbo-scanner-git.tar.gz
[lilac] updated to 0.1.0-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f04bb79e8c0..1f72220790c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=turbo-scanner-git
pkgver=0.1.0
-pkgrel=1
+pkgrel=3
pkgdesc="A port scanner and service detection tool that uses 1000 goroutines at once to scan any hosts's ip or fqdn with the sole purpose of testing your own network to ensure there are no malicious services running."
arch=(aarch64
riscv64
x86_64)
url="https://github.com/mytechnotalent/turbo-scanner"
-license=('Apache')
+license=('Apache-2.0')
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})
#replaces=(${pkgname})
@@ -19,7 +19,7 @@ makedepends=(git
go)
checkdepends=()
backup=()
-options=('!strip')
+options=()
#install=${pkgname}.install
source=("${pkgname}::git+${url}.git")
sha256sums=('SKIP')