From 7e3a562e918816ff8806363d2e8deeab8696130e Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 11 May 2025 20:43:12 +0300 Subject: [PATCH] Update package version to 2.8 --- pkg.info | 6 ++---- source.sh | 3 +++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pkg.info b/pkg.info index e82ad01..d9bd64e 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,8 @@ name: patch description: GNU patching utility -version: 2.7.6 -revision: 2 +version: 2.8 url: https://savannah.gnu.org/projects/patch/ -license: GPL +license: GPL3-or-later architecture: any depends: ["attr","glibc"] -make_depends: ["attr","bash","binutils","coreutils","gcc","glibc","grep","make","sed"] type: source diff --git a/source.sh b/source.sh index d996f45..a5a983e 100644 --- a/source.sh +++ b/source.sh @@ -29,4 +29,7 @@ check() { # This function is used to move the compiled files into the output directory package() { make DESTDIR="$BPM_OUTPUT" install + + # Install package license + install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/patch/COPYING }