From e009b2e3b593bcaf2428c6030e0a59fa923f8768 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 23 Jan 2026 13:32:10 +0200 Subject: [PATCH] Update package version to 0.1.88 --- pkg.info | 4 ++-- source.sh | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg.info b/pkg.info index 09e4bd3..7dc371f 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: fresh-editor description: Easy, powerful and fast text editor for your terminal -version: 0.1.77 +version: 0.1.88 revision: 1 url: https://sinelaw.github.io/fresh/ license: GPL2-only @@ -16,4 +16,4 @@ downloads: - url: https://github.com/sinelaw/fresh/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} extract_strip_components: 1 - checksum: bb587daea310651abcf4816b67994e989d4c6e2b9cf8d9e9f3bfcd7176416224 + checksum: 5d32495882d113d9afd0ab1e0f34bc226e395bf17a1320cb2ecfa0d7fa46bcfa diff --git a/source.sh b/source.sh index 8fcaeda..af1d944 100644 --- a/source.sh +++ b/source.sh @@ -13,7 +13,7 @@ prepare() { # This function is used to compile the source code build() { export CC=clang - cargo build --release + cargo build --release --locked } # The package function is executed in the source directory @@ -27,10 +27,10 @@ package() { ln -s /usr/share/fresh-editor/fresh "$BPM_OUTPUT"/usr/bin/ # Install plugins - cp -r plugins "$BPM_OUTPUT"/usr/share/fresh-editor/ + cp -r crates/fresh-editor/plugins "$BPM_OUTPUT"/usr/share/fresh-editor/ # Install keymaps - cp -r keymaps "$BPM_OUTPUT"/usr/share/fresh-editor/ + cp -r crates/fresh-editor/keymaps "$BPM_OUTPUT"/usr/share/fresh-editor/ # Install package license install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/fresh-editor/LICENSE