summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhoumain2025-03-03 06:21:50 +0100
committerhoumain2025-03-03 06:21:50 +0100
commitc15d4b8e5d771bb0a6d9b31e5bb8330e9da31c33 (patch)
treec9c00d60c96d310e58ad71bbc99cc53ae347dbc0 /PKGBUILD
parentf93c55b2676af2a637ed57c0ad0d16cd09e9aa53 (diff)
downloadaur-keymapper-git.tar.gz
Added libxkbcommon-x11 dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5af4ea040e8f..9f88a53dcc8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=keymapper-git
_pkgname=keymapper
pkgver=latest
-pkgrel=5
+pkgrel=6
pkgdesc="A cross-platform context-aware keyremapper"
arch=(i686 x86_64 armv6h armv7h aarch64)
url=https://github.com/houmain/keymapper
-license=(GPL3)
-depends=(gcc-libs libxkbcommon libusb libx11 dbus wayland libappindicator-gtk3)
+license=(GPL-3.0-or-later)
+depends=(gcc-libs libxkbcommon libusb libx11 dbus wayland libappindicator-gtk3 libxkbcommon-x11)
makedepends=(cmake git)
conflicts=(${_pkgname})
provides=(${_pkgname})