diff --git a/srcpkgs/pijul/template b/srcpkgs/pijul/template index a6a6d048b1e..ba0d9c8def6 100644 --- a/srcpkgs/pijul/template +++ b/srcpkgs/pijul/template @@ -1,7 +1,7 @@ # Template file for 'pijul' pkgname=pijul version=0.12.2 -revision=5 +revision=6 create_wrksrc=yes build_style=cargo _sequoia_ver=0.9.0 @@ -21,6 +21,11 @@ post_extract() { mv sequoia-* sequoia } +post_patch() { + # Upstream does not ship a lockfile yet + cargo generate-lockfile +} + # We only want to install the binary, so don't run cargo install do_install() { vbin target/${RUST_TARGET}/release/pijul