Skip to content

Commit

Permalink
fix: remove sudo and libcap dependency for aur package
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousm4x committed Feb 22, 2024
1 parent 0d985d3 commit b05cf7a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,8 @@ aurs:
private_key: "{{ .Env.AUR_KEY }}"
git_url: "ssh://[email protected]/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:
Expand Down

0 comments on commit b05cf7a

Please sign in to comment.