diff options
author | Luis Martinez | 2021-12-19 21:43:10 -0600 |
---|---|---|
committer | Luis Martinez | 2021-12-19 21:43:10 -0600 |
commit | 8d1d9a7916aea8b9d31d0f21b5eaf4b3f833f36a (patch) | |
tree | e0f57f429135745037f2063c3bbd535b4e45d85c | |
parent | 5a7dd6412eb3778e66fb6e10c3c4e0d75f452cad (diff) | |
download | aur-8d1d9a7916aea8b9d31d0f21b5eaf4b3f833f36a.tar.gz |
update to 2.9.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.9.3 + pkgver = 2.9.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.9.3.tar.gz::https://github.com/skywind3000/asyncrun.vim/archive/refs/tags/2.9.3.tar.gz - sha256sums = e9a27191d642b60f268ea9ee8ffa5e0b066d21ca0b49d747a46a4758d0587b0e + source = vim-asyncrun-2.9.5.tar.gz::https://github.com/skywind3000/asyncrun.vim/archive/refs/tags/2.9.5.tar.gz + sha256sums = 147fbb382873f836b99df96111b4d2c68c831c18b6e896a2fad96affe45cedb1 pkgname = vim-asyncrun @@ -1,7 +1,7 @@ # Maintainer: Luis Martinez <luis dot martinez at disroot dot org> pkgname=vim-asyncrun -pkgver=2.9.3 +pkgver=2.9.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/refs/tags/$pkgver.tar.gz") -sha256sums=('e9a27191d642b60f268ea9ee8ffa5e0b066d21ca0b49d747a46a4758d0587b0e') +sha256sums=('147fbb382873f836b99df96111b4d2c68c831c18b6e896a2fad96affe45cedb1') package() { cd "asyncrun.vim-$pkgver" |