summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorthek4n2024-02-16 13:29:28 +0300
committerthek4n2024-02-16 13:29:28 +0300
commitdb773b620799cdd11a5cbcc69fd3b854da693fb2 (patch)
treef3b8c7d2486c662a18eb80567575517fe97defe2 /PKGBUILD
parente0838e2a3046f5ba1e2e613ae1b86bea4c3d129f (diff)
downloadaur-db773b620799cdd11a5cbcc69fd3b854da693fb2.tar.gz
add opt depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 747df202256e..c3e66904d58c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ optdepends=(
'fzf: find notes'
'bat: render notes in terminal'
'tree: tree of notes'
+ 'ripgrep: find notes by content'
)
conflicts=('note-manager')
source=("$pkgname::git+https://github.com/thek4n/note.git#tag=v$pkgver")