diff options
author | varagnac | 2020-04-27 04:05:45 +0200 |
---|---|---|
committer | varagnac | 2020-04-27 04:05:45 +0200 |
commit | 30804a6f6cef711baea052cddfd2c5c0c1351533 (patch) | |
tree | d1468c3ce34dc30b9aa2f4f5a89f1d64f5513b03 /PKGBUILD | |
parent | 7767f200c907efa238fc3b75e491e28087d23dca (diff) | |
download | aur-30804a6f6cef711baea052cddfd2c5c0c1351533.tar.gz |
optdepends and gwak dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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') |