summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvaragnac2020-04-27 04:05:45 +0200
committervaragnac2020-04-27 04:05:45 +0200
commit30804a6f6cef711baea052cddfd2c5c0c1351533 (patch)
treed1468c3ce34dc30b9aa2f4f5a89f1d64f5513b03 /PKGBUILD
parent7767f200c907efa238fc3b75e491e28087d23dca (diff)
downloadaur-30804a6f6cef711baea052cddfd2c5c0c1351533.tar.gz
optdepends and gwak dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0609295c7446..d05840e7415f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,9 @@ pkgdesc="Latin Vulgate 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=("vul-fzf::https://github.com/varagnac/pure-text-bible/raw/master/vulgate_fzf")
md5sums=('SKIP')