From c9fa2af808626fed91a5114ce2de609ff6192a54 Mon Sep 17 00:00:00 2001 From: mossfet Date: Tue, 6 Jun 2023 08:25:38 +0100 Subject: [PATCH] Fixed Cargo locking --- PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 28af4c4..59d93b9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mossfets-life pkgver=0.9.4 -pkgrel=1 +pkgrel=2 pkgdesc="A GTK Game of Life implementation" arch=('any') url="https://mossfet.xyz/projects/life/" @@ -30,7 +30,6 @@ b2sums=('SKIP') prepare() { cd game-of-life-gui export RUSTUP_TOOLCHAIN=nightly - cargo fetch --locked --target "$CARCH-unknown-linux-gnu" } build() {