diff --git a/srcpkgs/lf/template b/srcpkgs/lf/template index 304b10b620..a15d195d11 100644 --- a/srcpkgs/lf/template +++ b/srcpkgs/lf/template @@ -1,6 +1,6 @@ # Template file for 'lf' pkgname=lf -version=r17 +version=r18 revision=1 build_style=go go_import_path="github.com/gokcehan/${pkgname}" @@ -11,7 +11,7 @@ maintainer="Daniel Lewan " license="MIT" homepage="https://github.com/gokcehan/lf" distfiles="https://github.com/gokcehan/lf/archive/${version}.tar.gz" -checksum=a6906f6c40de8cbd643d0dc6a7a25b83a6403f0e87a8352289189bea17123342 +checksum=b9aba66ee8f0ca8229d4d3c0956fa7a7fd71a7e099e119d5609d29a1d9019344 post_install() { vlicense LICENSE @@ -19,5 +19,6 @@ post_install() { vman lf.1 vcompletion etc/lf.fish fish vcompletion etc/lf.zsh zsh + vcompletion etc/lf.bash bash vinstall lf.desktop 644 usr/share/applications }