Update package version to 2.6.0

This commit is contained in:
2025-09-17 20:57:44 +03:00
parent 154130657d
commit 84f6f01b53
3 changed files with 15 additions and 2 deletions
+1
View File
@@ -30,5 +30,6 @@ check() {
package() {
make DESTDIR="$BPM_OUTPUT" install
# Install package license
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/libseccomp/LICENSE
}