summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5b352cde788..f6f2c9b862b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,10 @@ pkgbase = kjv-fzf-git
arch = any
license = custom:Public Domain
depends = bash
+ depends = gawk
depends = fzf
+ optdepends = xclip: X11 clipboard support
+ optdepends = wl-clipboard: Wayland clipboard support
source = kjv-fzf::https://github.com/varagnac/pure-text-bible/raw/master/kjv_fzf
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 872cae415ee9..fc7a2a01dfe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,9 @@ pkgdesc="King James Bible with fuzzy finder"
arch=(any)
url="https://github.com/varagnac/pure-text-bible"
license=('custom:Public Domain')
-depends=('bash' 'fzf')
+depends=('bash' 'gawk' 'fzf')
+optdepends=('xclip: X11 clipboard support'
+ 'wl-clipboard: Wayland clipboard support')
source=("kjv-fzf::https://github.com/varagnac/pure-text-bible/raw/master/kjv_fzf")
md5sums=('SKIP')