summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarchcrack2021-01-16 04:57:28 -0300
committerarchcrack2021-01-16 04:57:28 -0300
commit650d6c3950213ed525129db111aface682147b14 (patch)
treeb57539aa31528073a9a6b45baea99903bd98ee02 /PKGBUILD
parent1ee22ac1c93467663eb864b2c5f4e5bd1868d2d9 (diff)
downloadaur-650d6c3950213ed525129db111aface682147b14.tar.gz
Modified deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2100acc6d1e5..d645df8e1efc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=clifm
pkgver=0.21.8
-pkgrel=1
+pkgrel=2
pkgdesc="The KISS file manager: cli-based, ultra-lightweight, and lightning fast"
arch=(any)
url="https://github.com/leo-arch/clifm"
license=(GPL2)
-depends=('glibc' 'ncurses' 'libcap' 'readline' 'coreutils' 'file')
+depends=('ncurses' 'libcap' 'readline' 'file')
makedepends=('git')
optdepends=('sshfs: SFTP support' 'cifs-utils: Samba support' 'curlftpfs: FTPFS support')
source=("git+${url}.git")