From db35605beb433e47b493e9ad1490af8d101ac5b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Sat, 8 Apr 2023 19:01:24 +0200 Subject: [PATCH] pijul: generate lockfile --- srcpkgs/pijul/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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