From 651b164d6460cecfb8c3513b827d3878fad9eb44 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Fri, 2 Jan 2026 14:29:34 +0200 Subject: [PATCH] Update package version to 2.0.15 --- pkg.info | 8 +++++--- source.sh | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pkg.info b/pkg.info index 2b7d630..d05e2c4 100644 --- a/pkg.info +++ b/pkg.info @@ -1,11 +1,13 @@ name: micro description: A modern and intuitive terminal-based text editor -version: 2.0.14 -revision: 5 +version: 2.0.15 +revision: 1 url: https://micro-editor.github.io/ license: MIT architecture: any type: source +depends: + - glibc optional_depends: - wl-clipboard - xclip @@ -17,4 +19,4 @@ downloads: type: git clone_to: ${BPM_SOURCE} git_branch: v${BPM_PKG_VERSION} - checksum: 04c577049ca898f097cd6a2dae69af0b4d4493e1 + checksum: 6a62575bcfdf4965f187eedafceb3400316e612b diff --git a/source.sh b/source.sh index 3e7ca54..ab5bdd5 100644 --- a/source.sh +++ b/source.sh @@ -15,7 +15,7 @@ prepare() { # The build function is executed in the source directory # This function is used to compile the source code build() { - make + CGO_ENABLED=1 make } # The check function is executed in the source directory