summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2024-06-04 20:45:00 +0800
committertaotieren2024-06-04 20:45:00 +0800
commit304d17b637fe88d4b5230eae92cdcaffaeb0ccd7 (patch)
tree3c4524dbe8d55236256ad5af5932bf4e63caef84
parentca49da63403c684bfa34aa1aa09faaa0a52a7b59 (diff)
downloadaur-turbo-attack-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 1b3a5149563a..2260d3204aac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = turbo-attack-git
pkgdesc = 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.
pkgver = 0.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mytechnotalent/turbo-attack
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-attack-git
optdepends = turbo-scanner: 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.
provides = turbo-attack
conflicts = turbo-attack
- options = !strip
source = turbo-attack-git::git+https://github.com/mytechnotalent/turbo-attack.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cf6906931372..302f01536b91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=turbo-attack-git
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="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."
arch=(aarch64
riscv64
x86_64)
url="https://github.com/mytechnotalent/turbo-attack"
-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')