fixpkg: lapce

This commit is contained in:
MedzikUser 2022-05-27 20:26:13 +02:00
parent 141cb96d3e
commit 09df229899
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ options=('!lto')
build() { build() {
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"
cargo build --release --locked --profile release-lto cargo build --locked --profile release-lto
} }
package() { package() {