summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO8
1 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8d3b1197d6f..c2597bb1f95d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = sniprun
pkgdesc = A neovim plugin to independently run snippets of code
- pkgver = 0.5.5
+ pkgver = 0.5.6
pkgrel = 1
url = https://github.com/michaelb/sniprun
arch = x86_64
license = MIT
makedepends = cargo
makedepends = gcc-libs
- source = sniprun-0.5.5.tar.gz::https://github.com/michaelb/sniprun/archive/refs/tags/v0.5.5.tar.gz
- sha256sums = 67dca4e08b7f9215598fb6eac528a220ab58a5de40b58981174d909a987987f1
+ source = sniprun-0.5.6.tar.gz::https://github.com/michaelb/sniprun/archive/refs/tags/v0.5.6.tar.gz
+ sha256sums = 3e640ceebe57a27fa141d4ff4affa04cb0f4d83e31e6b9e9aefa823581772203
pkgname = sniprun
pkgdesc = Compiled binary core for neovim-sniprun
@@ -18,7 +18,7 @@ pkgname = neovim-sniprun
install = neovim-sniprun.install
arch = any
depends = neovim-git
- depends = sniprun=0.5.5
+ depends = sniprun=0.5.6
optdepends = bash: Bash snippets support
optdepends = coffeescript: CoffeeScript snippets support
optdepends = gcc: C/C++ snippets support