summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeioth2024-01-22 15:55:57 +0100
committerZeioth2024-01-22 15:55:57 +0100
commitb219be14715256b43928e75b57d8bbc0c616e134 (patch)
tree1c21ed97d71aa6a2d34402e12d40361a31bd0728
parent81668af6efd7840cd792db1cee497ae9c3400787 (diff)
downloadaur-wofi-emoji-git.tar.gz
fix: Added missing dependency wl-clipboard.
-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)