Compare commits

...

2 Commits

Author SHA1 Message Date
mossfet c9fa2af808 Fixed Cargo locking 2023-06-06 08:25:38 +01:00
mossfet 8fa4db283f Added (fixed) .gitignore 2023-06-06 08:25:10 +01:00
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
!PKGBUILD
!.gitignore

View File

@ -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() {