summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZeioth2024-01-22 15:55:57 +0100
committerZeioth2024-01-22 15:55:57 +0100
commitb219be14715256b43928e75b57d8bbc0c616e134 (patch)
tree1c21ed97d71aa6a2d34402e12d40361a31bd0728 /PKGBUILD
parent81668af6efd7840cd792db1cee497ae9c3400787 (diff)
downloadaur-wofi-emoji-git.tar.gz
fix: Added missing dependency wl-clipboard.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07f7e681cd1b..02a35acb15ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Emoji picker for Wayland using wofi and wtype"
arch=("any")
url="https://github.com/Zeioth/wofi-emoji"
license=("MIT")
-depends=("wofi" "wtype") # thanks to gilbs https://aur.archlinux.org/account/gilbs
+depends=("wofi" "wtype" "wl-clipboard") # thanks to gilbs https://aur.archlinux.org/account/gilbs
makedepends=("git" "jq" "curl")
provides=(wofi-emoji-git)
conflicts=(wofi-emoji)