summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea6b8ded58c3..f610cb8ab17e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = wofi-emoji-git
makedepends = curl
depends = wofi
depends = wtype
+ depends = wl-clipboard
provides = wofi-emoji-git
conflicts = wofi-emoji
source = wofi-emoji-git::git+https://github.com/Zeioth/wofi-emoji
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)