summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorleo-arch2021-12-05 18:34:42 -0300
committerleo-arch2021-12-05 18:34:42 -0300
commitb8f97e7e861b7b5b721a7dc16c617a047228708f (patch)
treeb2a9e46ceb12c33d9b1da9cd74958f6e3e447664
parent9f8cc9112c1dbb377d09520c809964dcfc8b5674 (diff)
downloadaur-b8f97e7e861b7b5b721a7dc16c617a047228708f.tar.gz
Add new optional dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 336428313996..e097780cd063 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = clifm-git
- pkgdesc = The KISS, non-curses terminal file manager (development version)
+ pkgdesc = The command line file manager (development version)
pkgver = 1.1.r346.gec633a5
pkgrel = 1
url = https://github.com/leo-arch/clifm
@@ -19,6 +19,9 @@ pkgbase = clifm-git
optdepends = atool: Archives/compression support
optdepends = p7zip: ISO 9660 support
optdepends = cdrtools: ISO 9660 support
+ optdepends = fzf: fzf mode for TAB completion
+ optdepends = udevil: (un)mount storage devices
+ optdepends = udisks2: (un)mount storage devices
provides = clifm
source = git+https://github.com/leo-arch/clifm.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d4e0ca1a6302..06b6ab49c16a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=clifm-git
_pkgname=clifm
pkgver=1.1.r346.gec633a5
pkgrel=1
-pkgdesc="The KISS, non-curses terminal file manager (development version)"
+pkgdesc="The command line file manager (development version)"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'aarch64' 'armv7h')
url="https://github.com/leo-arch/clifm"
license=(GPL2)
@@ -16,6 +16,9 @@ optdepends=(
'atool: Archives/compression support'
'p7zip: ISO 9660 support'
'cdrtools: ISO 9660 support'
+ 'fzf: fzf mode for TAB completion'
+ 'udevil: (un)mount storage devices'
+ 'udisks2: (un)mount storage devices'
)
source=("git+${url}.git")
sha256sums=('SKIP')