From 93d824c2d2092eedb9470d61a56b3ebaa6733d11 Mon Sep 17 00:00:00 2001
From: Eric Torres <erictorres4@protonmail.com>
Date: Sat, 25 Dec 2021 21:50:38 -0800
Subject: [PATCH] Add mlocate dependency to all packaging files

---
 PKGBUILD          | 2 +-
 README            | 1 +
 file-scripts.spec | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/PKGBUILD b/PKGBUILD
index 1fda8e5..b962c55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=0
 pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
 arch=(any)
 license=(GPL3)
-depends=(fd fzf python)
+depends=(fd fzf mlocate python)
 makedepends=(git)
 source=("${pkgname}::git+file:///home/etorres/Projects/file-scripts")
 sha256sums=('SKIP')
diff --git a/README b/README
index 5eb98ff..f61d597 100644
--- a/README
+++ b/README
@@ -7,5 +7,6 @@ Requirements
 ------------
 * fd
 * fzf
+* mlocate
 * python >= 3.7
 * python-termcolor
diff --git a/file-scripts.spec b/file-scripts.spec
index 9398c12..2fae888 100644
--- a/file-scripts.spec
+++ b/file-scripts.spec
@@ -32,6 +32,7 @@ BuildRequires:  fdupes
 Requires:       python3 >= 3.7
 Requires:       fd
 Requires:       fzf
+Requires:       mlocate
 Requires:       python3-termcolor
 Supplements:    zsh
 BuildArch:      noarch