mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-08-01 18:08:46 -04:00
fix: remove sudo and libcap dependency for aur package
This commit is contained in:
@@ -66,13 +66,8 @@ aurs:
|
||||
private_key: "{{ .Env.AUR_KEY }}"
|
||||
git_url: "ssh://aur@aur.archlinux.org/upsnap-bin.git"
|
||||
package: |-
|
||||
# bin
|
||||
install -Dm755 "./upsnap" "${pkgdir}/usr/bin/upsnap"
|
||||
sudo setcap cap_net_raw=+ep "${pkgdir}/usr/bin/upsnap"
|
||||
skip_upload: auto
|
||||
depends:
|
||||
- sudo
|
||||
- libcap
|
||||
optdepends:
|
||||
- "nmap: to scan for network devices"
|
||||
commit_author:
|
||||
|
||||
Reference in New Issue
Block a user