summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7407f3158d1b..030742ac05e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ pkgdesc="A powerful file manager for the UNIX console. This package downloads th
arch=('any')
url="https://bitbucket.org/inigoserna/lfm"
license=('GPL3')
-conflicts='lfm'
+conflicts=('lfm')
depends=('ncurses>=5.0' 'python2>=2.6')
makedepends=('mercurial')
source=(hg+https://bitbucket.org/inigoserna/lfm)