summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6cd47be2fdb..413a99b1eb1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,8 @@ pkgbase = espanso-wayland-git
makedepends = cargo-make
makedepends = rust-script
depends = libnotify
- depends = wxgtk3
+ depends = wxgtk2
+ depends = libxkbcommon
depends = wl-clipboard
provides = espanso
provides = espanso-wayland
diff --git a/PKGBUILD b/PKGBUILD
index f5683d2ff77c..bb3ebd1d11c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Cross-platform Text Expander written in Rust"
arch=(x86_64)
url="https://espanso.org/"
license=("GPL3")
-depends=("libnotify" "wxgtk3" "wl-clipboard")
+depends=("libnotify" "wxgtk2" "libxkbcommon" "wl-clipboard")
makedepends=("rust" "git" "cmake" "cargo-make" "rust-script")
provides=("${pkgname%-wayland-git}" "${pkgname%-git}")
conflicts=("${pkgname%-wayland-git}" "${pkgname%-git}")