summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvaragnac2020-04-27 04:06:33 +0200
committervaragnac2020-04-27 04:06:33 +0200
commit5c57c9eb90344f22f6b2a56896603035861cb708 (patch)
tree3c7c8d6bf7eada637c475c900a77124a3f31b7a0
parent3d2317bd1f53d2f5d1307cd9de269a3b35c4420f (diff)
downloadaur-5c57c9eb90344f22f6b2a56896603035861cb708.tar.gz
optdepends and gwak dependency
-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')