summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ee24412984f..dd89b9741c3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = note-manager
optdepends = fzf: find notes
optdepends = bat: render notes in terminal
optdepends = tree: tree of notes
+ optdepends = ripgrep: find notes by content
conflicts = note-manager
source = note-manager::git+https://github.com/thek4n/note.git#tag=v1.19.1
sha256sums = SKIP
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")