Update package version to 2.8

This commit is contained in:
2025-05-11 20:43:27 +03:00
parent 31ad8d4505
commit 7e3a562e91
2 changed files with 5 additions and 4 deletions
+2 -4
View File
@@ -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
+3
View File
@@ -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
}