summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-03-25 23:42:52 +0100
committerSefa Eyeoglu2022-03-25 23:42:55 +0100
commit065c5016a46b7dcaabeccda67bb29f88e4efae2e (patch)
treee6fe535917e7e884a286d2569245fb59694070c1 /PKGBUILD
parent0001b6e5c3b55259ca78809dc29da06f73627e49 (diff)
downloadaur-065c5016a46b7dcaabeccda67bb29f88e4efae2e.tar.gz
upgpkg: espanso-wayland-git 2.0.0.r234.ge3887c0-1
fix: use correct dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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}")