Skip to content

Commit

Permalink
ecapture: remove unnecessary makedepend llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Y7n05h committed Jan 27, 2023
1 parent 9d2eb0d commit 2e52e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinuxcn/ecapture/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ arch=("x86_64" "aarch64")
url="https://github.com/gojue/ecapture"
license=("Apache")
depends=("glibc")
makedepends=("clang" "llvm" "go" "bpf" "git")
makedepends=("clang" "go" "bpf" "git")
source=("${pkgname}::git+${url}#tag=v${pkgver}")
sha256sums=('SKIP')
prepare() {
Expand Down

0 comments on commit 2e52e3a

Please sign in to comment.