summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthek4n2024-02-16 13:29:28 +0300
committerthek4n2024-02-16 13:29:28 +0300
commitdb773b620799cdd11a5cbcc69fd3b854da693fb2 (patch)
treef3b8c7d2486c662a18eb80567575517fe97defe2
parente0838e2a3046f5ba1e2e613ae1b86bea4c3d129f (diff)
downloadaur-db773b620799cdd11a5cbcc69fd3b854da693fb2.tar.gz
add opt depends
-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")