Add mlocate dependency to all packaging files

This commit is contained in:
Eric Torres
2021-12-25 21:50:38 -08:00
parent ee32efe306
commit 93d824c2d2
3 changed files with 3 additions and 1 deletions

View File

@ -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')