summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40215cc3d89a..42504e438145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,15 +7,18 @@ arch=('any')
url="https://github.com/daimh/$pkgname"
license=('GPL')
groups=()
-depends=('coreutils'
+depends=(
+ 'coreutils'
'bc'
- 'mlocate'
'util-linux'
'rsync'
'psmisc'
)
makedepends=()
-optdepends=('gnuplot: plotting support')
+optdepends=(
+ 'gnuplot: plotting support'
+ 'mlocate'
+)
provides=()
conflicts=()
replaces=()