summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2570913e904..8d9f562add19 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.2.r6.g3ab59e4
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
+ provides = clifm
+ conflicts = clifm
source = git+https://github.com/leo-arch/clifm.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 21161d93ecf3..60bd3d9774c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=clifm-git
_pkgname=clifm
-pkgver=0.27.2
+pkgver=0.27.2.r6.g3ab59e4
pkgrel=1
pkgdesc="The KISS file manager: cli-based, ultra-lightweight, and lightning fast (development version)"
arch=(any)
@@ -16,7 +16,9 @@ optdepends=(
'curlftpfs: FTPFS support'
'archivemount: Archives mount'
'atool: Archives/compression support'
- )
+)
+conflicts=('clifm')
+provides=('clifm')
source=("git+${url}.git")
sha256sums=('SKIP')