diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-07-20 22:39:07 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-07-20 22:39:07 +0100 |
| commit | ffa08735aee2d69e17bce5c29a7ef96cc7e2233f (patch) | |
| tree | 5a349a5e1bdb2abcf55098259a14f7055bb197ff /PKGBUILD | |
| parent | c3a55debe9e4194f83164d412293f27b797627af (diff) | |
Update install.sh
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ makedepends=('rust' 'cargo') arch=('any') build() { - cargo build --frozen --release + cargo build --release } package() { |
