Add mlocate dependency to all packaging files
This commit is contained in:
parent
ee32efe306
commit
93d824c2d2
2
PKGBUILD
2
PKGBUILD
@ -5,7 +5,7 @@ pkgrel=0
|
|||||||
pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
|
pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
|
||||||
arch=(any)
|
arch=(any)
|
||||||
license=(GPL3)
|
license=(GPL3)
|
||||||
depends=(fd fzf python)
|
depends=(fd fzf mlocate python)
|
||||||
makedepends=(git)
|
makedepends=(git)
|
||||||
source=("${pkgname}::git+file:///home/etorres/Projects/file-scripts")
|
source=("${pkgname}::git+file:///home/etorres/Projects/file-scripts")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
1
README
1
README
@ -7,5 +7,6 @@ Requirements
|
|||||||
------------
|
------------
|
||||||
* fd
|
* fd
|
||||||
* fzf
|
* fzf
|
||||||
|
* mlocate
|
||||||
* python >= 3.7
|
* python >= 3.7
|
||||||
* python-termcolor
|
* python-termcolor
|
||||||
|
@ -32,6 +32,7 @@ BuildRequires: fdupes
|
|||||||
Requires: python3 >= 3.7
|
Requires: python3 >= 3.7
|
||||||
Requires: fd
|
Requires: fd
|
||||||
Requires: fzf
|
Requires: fzf
|
||||||
|
Requires: mlocate
|
||||||
Requires: python3-termcolor
|
Requires: python3-termcolor
|
||||||
Supplements: zsh
|
Supplements: zsh
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user