summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a65547998c34..0f7d5fec427c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
pkgbase=vim-fern
pkgname=('vim-fern' 'neovim-fern')
-pkgver=1.38.2
+pkgver=1.38.3
pkgrel=1
-pkgdesc="A general purpose asynchronous tree viewer"
+pkgdesc="General purpose asynchronous tree viewer"
arch=('any')
url="https://github.com/lambdalisue/fern.vim"
license=('MIT')
-optdepends=('gomi: trash-bin functionality'
- 'trash-cli: trash-bin functionality')
+optdepends=(
+ 'gomi: trash-bin functionality'
+ 'trash-cli: trash-bin functionality')
source=("$pkgbase-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('57e5593f644c62f5682ec76901691fcfb1658e086b8ddf80e539f4d30e26b480')
+sha256sums=('46319b1d992ca3629864d92872a5650fb93b4e486dc2b682f79095340b5df0fe')
package_vim-fern() {
depends=('vim>=8.1')