Skip to content

Commit

Permalink
Test the no python-toml checkdepends
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Apr 16, 2024
1 parent e01c5ca commit a4a1c58
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/archlinux/PKGBUILD.template
Expand Up @@ -2,9 +2,8 @@ pkgname=$BUILD_PROJECT
pkgver=$BUILD_VERSION
pkgrel=1
arch=("x86_64")
depends=("lua" "python" "nodejs")
makedepends=("bash" "bpf")
checkdepends=("python-toml")
depends=("lua" "python" "nodejs" "bash")
makedepends=("bpf")
url=$BUILD_REPO_URL
source=("$pkgname-$pkgver.zip::$BUILD_SOURCE_TARBALL_URL")
sha256sums=("$SOURCE_TARBALL_SHA256")
Expand Down

0 comments on commit a4a1c58

Please sign in to comment.