summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorarchcrack2021-01-09 11:21:39 -0300
committerarchcrack2021-01-09 11:21:39 -0300
commite1e574872eb943d0e7a9de9e9d19eeef6334311d (patch)
treed2966e010339fe53180151ef5a4ffe555340ae90 /PKGBUILD
parent26f7610267d77eb1cbb690515f623e7abcd4428c (diff)
downloadaur-e1e574872eb943d0e7a9de9e9d19eeef6334311d.tar.gz
Removed gcc from makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17248039cd38..65427bbd340c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url="https://github.com/leo-arch/clifm"
license=(GPL2)
depends=('glibc' 'ncurses' 'libcap' 'readline' 'coreutils' 'file')
-makedepends=('gcc' 'git')
+makedepends=('git')
optdepends=('sshfs: SFTP support' 'cifs-utils: Samba support' 'curlftpfs: FTPFS support')
source=("git+${url}.git")
sha256sums=('SKIP')