summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-10-11 15:46:40 -0500
committerLuis Martinez2022-10-11 15:46:40 -0500
commit2e453223592f2bfc59fcafc17b81f0e06c9a99a3 (patch)
treeb36b95b821b8852eface0ff8f02d02675bffe9cb
parentf504d221a64e3fe857e639355758c2472f843699 (diff)
downloadaur-2e453223592f2bfc59fcafc17b81f0e06c9a99a3.tar.gz
update to 2.10.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2b52509ab09..7e49c2ce4cd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vim-asyncrun
pkgdesc = Vim plugin for executing shell commands asynchronously
- pkgver = 2.10.0
+ pkgver = 2.10.5
pkgrel = 1
url = https://github.com/skywind3000/asyncrun.vim
arch = any
groups = vim-plugins
license = MIT
depends = vim-plugin-runtime
- source = vim-asyncrun-2.10.0.tar.gz::https://github.com/skywind3000/asyncrun.vim/archive/2.10.0.tar.gz
- sha256sums = 2221ab88c49391bb092a74f80dc7769c4d08160500a6911600db5204f99ad0ab
+ source = vim-asyncrun-2.10.5.tar.gz::https://github.com/skywind3000/asyncrun.vim/archive/2.10.5.tar.gz
+ sha256sums = 6b4402581859a1c8c33fd23e79a776e50bc32a7adca8685fb1e980a2e65ee252
pkgname = vim-asyncrun
diff --git a/PKGBUILD b/PKGBUILD
index 1926400ca207..4f675d3faa98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
pkgname=vim-asyncrun
-pkgver=2.10.0
+pkgver=2.10.5
pkgrel=1
pkgdesc="Vim plugin for executing shell commands asynchronously"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
groups=('vim-plugins')
depends=('vim-plugin-runtime')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('2221ab88c49391bb092a74f80dc7769c4d08160500a6911600db5204f99ad0ab')
+sha256sums=('6b4402581859a1c8c33fd23e79a776e50bc32a7adca8685fb1e980a2e65ee252')
package() {
cd "asyncrun.vim-$pkgver"