From b15e1e21c1cf5552bd215271079accce8a83823f Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 27 Dec 2025 11:05:55 +0200 Subject: [PATCH] Rebuild package --- pkg.info | 2 +- source.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 9142e64..cd0b081 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: libinput description: Input device management and event handling library version: 1.30.1 -revision: 1 +revision: 2 url: https://gitlab.freedesktop.org/libinput/libinput license: MIT architecture: any diff --git a/source.sh b/source.sh index f3d8417..33e8484 100644 --- a/source.sh +++ b/source.sh @@ -26,5 +26,6 @@ check() { package() { meson install -C build --destdir="$BPM_OUTPUT" + # Install package license install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/libinput/COPYING }