summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchcrack <johndoe.arch@outlook.com>2021-02-01 02:20:00 -0300
committerarchcrack <johndoe.arch@outlook.com>2021-02-01 02:20:00 -0300
commit7db2a338ee5f9a1cf1ff475391ac4d8762eb6e21 (patch)
tree13ef7f90a5c520e64b8a1fe2983de55da1ead6d8
parent803cd81d5b7f3f1cb30a61227fe6eed57a79d82a (diff)
Upgraded to version 0.27.3v0.27.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--clifm.c2
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8e41b6f..01b6c58e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clifm-git
pkgdesc = The KISS file manager: cli-based, ultra-lightweight, and lightning fast (development version)
- pkgver = 0.27.2
+ pkgver = 0.27.3
pkgrel = 1
url = https://github.com/leo-arch/clifm
arch = any
@@ -14,6 +14,8 @@ pkgbase = clifm-git
optdepends = curlftpfs: FTPFS support
optdepends = archivemount: Archives mount
optdepends = atool: Archives/compression support
+ optdepends = p7zip: ISO 9660 support
+ optdepends = cdrtools: ISO 9660 support
source = git+https://github.com/leo-arch/clifm.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 526f8272..7d2c9cc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=clifm-git
_pkgname=clifm
-pkgver=0.27.2
+pkgver=0.27.3
pkgrel=1
pkgdesc="The KISS file manager: cli-based, ultra-lightweight, and lightning fast (development version)"
arch=(any)
@@ -16,6 +16,8 @@ optdepends=(
'curlftpfs: FTPFS support'
'archivemount: Archives mount'
'atool: Archives/compression support'
+ 'p7zip: ISO 9660 support'
+ 'cdrtools: ISO 9660 support'
)
source=("git+${url}.git")
sha256sums=('SKIP')
diff --git a/clifm.c b/clifm.c
index 1ae8e1ec..15513e9c 100644
--- a/clifm.c
+++ b/clifm.c
@@ -153,7 +153,7 @@ in FreeBSD, but is deprecated */
//#define CLEAR write(STDOUT_FILENO, "\033c", 3);
#define CLEAR write(STDOUT_FILENO, "\x1b[2J\x1b[3J\x1b[H", 11);
/* #define CLEAR write(STDOUT_FILENO, "\033[2J\033[H", 7); */
-#define VERSION "0.27.2"
+#define VERSION "0.27.3"
#define AUTHOR "L. Abramovich"
#define CONTACT "johndoe.arch@outlook.com"
#define WEBSITE "https://github.com/leo-arch/clifm"