Skip to content

Commit

Permalink
Clean up PKGBUILD dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Mar 5, 2024
1 parent 3f22783 commit 94a2e69
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/archlinux/PKGBUILD.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ pkgname=$BUILD_PROJECT
pkgver=$BUILD_VERSION
pkgrel=1
arch=("x86_64")
depends=("lua" "python" "nodejs-shared" "bash")
makedepends=("make" "gcc" "pkgconf" "bpf")
checkdepends=("python-toml") # TODO until python >= 3.11
depends=("lua" "python" "nodejs-shared")
makedepends=("bash" "make" "gcc" "pkgconf" "bpf" "debugedit")
url=$BUILD_REPO_URL
source=("$pkgname-$pkgver.zip::$BUILD_SOURCE_TARBALL_URL")
sha256sums=("$SOURCE_TARBALL_SHA256")
Expand Down

0 comments on commit 94a2e69

Please sign in to comment.