summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-02-12 18:17:45 -0600
committerLuis Martinez2022-02-12 18:17:45 -0600
commitbfa4f933b0d014081a8468580161195c4f40c71f (patch)
tree71276c698cb0eb3301c7b5b3af3809b43cde54dd
parent14aa4e7728dfe354220b0e7d955b2aaa11a87d56 (diff)
downloadaur-bfa4f933b0d014081a8468580161195c4f40c71f.tar.gz
update to 1.40.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 993117ba259b..f83529435c04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vim-fern
pkgdesc = General purpose asynchronous tree viewer
- pkgver = 1.40.2
+ pkgver = 1.40.3
pkgrel = 1
url = https://github.com/lambdalisue/fern.vim
arch = any
@@ -8,8 +8,8 @@ pkgbase = vim-fern
checkdepends = vim-themis
optdepends = gomi: trash-bin functionality
optdepends = trash-cli: trash-bin functionality
- source = vim-fern-1.40.2.tar.gz::https://github.com/lambdalisue/fern.vim/archive/v1.40.2.tar.gz
- sha256sums = 1227048c32e471a33fa8ff2e0cf8463227827a8551f21fd7c9c65b9df7d01dbc
+ source = vim-fern-1.40.3.tar.gz::https://github.com/lambdalisue/fern.vim/archive/v1.40.3.tar.gz
+ sha256sums = 08f35d30040ec0409e1f3a315aec80075b43ff88371ff47e9cc2563d4a457f4d
pkgname = vim-fern
groups = vim-plugins
diff --git a/PKGBUILD b/PKGBUILD
index 86630198cb68..b94082a8b262 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=vim-fern
pkgname=('vim-fern' 'neovim-fern')
-pkgver=1.40.2
+pkgver=1.40.3
pkgrel=1
pkgdesc="General purpose asynchronous tree viewer"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=(
'trash-cli: trash-bin functionality')
checkdepends=('vim-themis')
source=("$pkgbase-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1227048c32e471a33fa8ff2e0cf8463227827a8551f21fd7c9c65b9df7d01dbc')
+sha256sums=('08f35d30040ec0409e1f3a315aec80075b43ff88371ff47e9cc2563d4a457f4d')
check() {
cd "fern.vim-$pkgver"