diff --git a/PKGBUILD b/PKGBUILD index 8444243..ab36f1d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -29,7 +29,7 @@ makedepends=( export RUSTUP_TOOLCHAIN=stable -check() { +prepare() { cd "$srcdir/$pkgname" cargo fetch --locked --target $(rustc --print host-tuple) }