summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d9f562add19..9fca6146abca 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.r6.g3ab59e4
+ pkgver = 0.27.3.r0.g7db2a33
pkgrel = 1
url = https://github.com/leo-arch/clifm
arch = any
@@ -15,6 +15,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
provides = clifm
conflicts = clifm
source = git+https://github.com/leo-arch/clifm.git
diff --git a/PKGBUILD b/PKGBUILD
index 60bd3d9774c9..a0df0459607f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=clifm-git
_pkgname=clifm
-pkgver=0.27.2.r6.g3ab59e4
+pkgver=0.27.3.r0.g7db2a33
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'
)
conflicts=('clifm')
provides=('clifm')