summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchcrack2021-01-27 07:19:37 -0300
committerarchcrack2021-01-27 07:19:37 -0300
commit4acd21b057d60c7627581a9416d8d32a7d1cdbd1 (patch)
tree8b04c4f8b7dabc1158455e349cc55290487db03d
parent7f6c637ffaa18bb65d5a4e50bfc3e31ff429716f (diff)
downloadaur-4acd21b057d60c7627581a9416d8d32a7d1cdbd1.tar.gz
Upgraded to version 0.27.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e843255c9c1..72d6ef21e0a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clifm
pkgdesc = The KISS file manager: cli-based, ultra-lightweight, and lightning fast
- pkgver = 0.26.0
- pkgrel = 1
+ pkgver = 0.27.0
+ pkgrel = 2
url = https://github.com/leo-arch/clifm
arch = any
license = GPL2
@@ -12,6 +12,8 @@ pkgbase = clifm
optdepends = sshfs: SFTP support
optdepends = cifs-utils: Samba support
optdepends = curlftpfs: FTPFS support
+ optdepends = archivemount: Archives mount
+ optdepends = atool: Archives support
source = git+https://github.com/leo-arch/clifm.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 11b156ebd5e9..41287c5ad5e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: archcrack <johndoe.arch@outlook.com>
pkgname=clifm
-pkgver=0.26.0
-pkgrel=1
+pkgver=0.27.0
+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=('ncurses' 'libcap' 'file')
makedepends=('git')
-optdepends=('sshfs: SFTP support' 'cifs-utils: Samba support' 'curlftpfs: FTPFS support')
+optdepends=('sshfs: SFTP support' 'cifs-utils: Samba support' 'curlftpfs: FTPFS support' 'archivemount: Archives mount' 'atool: Archives support')
source=("git+${url}.git")
sha256sums=('SKIP')