diff options
author | Luis Martinez | 2022-10-11 15:46:40 -0500 |
---|---|---|
committer | Luis Martinez | 2022-10-11 15:46:40 -0500 |
commit | 2e453223592f2bfc59fcafc17b81f0e06c9a99a3 (patch) | |
tree | b36b95b821b8852eface0ff8f02d02675bffe9cb | |
parent | f504d221a64e3fe857e639355758c2472f843699 (diff) | |
download | aur-2e453223592f2bfc59fcafc17b81f0e06c9a99a3.tar.gz |
update to 2.10.5
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |