summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2024-02-17 12:01:00 +0800
committertaotieren2024-02-17 12:01:00 +0800
commit8430420080dde79c49a234a8adb611053e5d8391 (patch)
treea90e5684e2a6ca66a13cbbc27b2e3bd385b9cc81
parent4056ade4af376dc4a1e8001ed5e1c82a65d661f5 (diff)
downloadaur-turbo-scanner-git.tar.gz
[lilac] updated to 0.1.0-3
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bf1a337da7b..7c10a5f6181f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = turbo-scanner-git
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.
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/mytechnotalent/turbo-scanner
arch = aarch64
arch = riscv64
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = git
makedepends = go
depends = glibc
@@ -14,7 +14,6 @@ pkgbase = turbo-scanner-git
optdepends = turbo-attack: A turbo traffic generator pentesting tool to generate random traffic with random mac and ip addresses in addition to random sequence numbers to a particular ip and port.
provides = turbo-scanner
conflicts = turbo-scanner
- options = !strip
source = turbo-scanner-git::git+https://github.com/mytechnotalent/turbo-scanner.git
sha256sums = SKIP
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')