summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2023-11-08 22:59:37 +0800
committerYour Name2023-11-08 22:59:37 +0800
commite29ba25eab5eaabfc412b1821de974269f28c57a (patch)
treed603dc10e7f28344a827a324772aafa3670f9d7d
parentad81dbc695981967df306640284c8c1f99807f1a (diff)
downloadaur-e29ba25eab5eaabfc412b1821de974269f28c57a.tar.gz
update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--nexttrace.install7
3 files changed, 0 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d62eca70d979..bfbb8514e4ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = nexttrace
pkgver = 1.2.4
pkgrel = 1
url = https://github.com/nxtrace/NTrace-core
- install = nexttrace.install
arch = x86_64
license = GPL
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index 1a38e5c7a321..e364f65990a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ license=('GPL')
makedepends=('go' 'git')
source=("git+https://github.com/nxtrace/NTrace-core.git#tag=v$pkgver")
sha256sums=('SKIP')
-install=nexttrace.install
build() {
cd "NTrace-core"
diff --git a/nexttrace.install b/nexttrace.install
deleted file mode 100644
index 4026b1cd4d32..000000000000
--- a/nexttrace.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- setcap cap_net_raw,cap_net_admin+eip usr/bin/nexttrace 2>/dev/null || chmod +s usr/bin/nexttrace
-}
-
-post_upgrade() {
- post_install "$1"
-} \ No newline at end of file