diff options
author | Luis Martinez | 2022-01-15 22:13:35 -0600 |
---|---|---|
committer | Luis Martinez | 2022-01-15 22:13:35 -0600 |
commit | 2636b852b21a44b2579eb69b9e6e8437fc969028 (patch) | |
tree | 43eaa84a0a027d516f8b4ab168e5bd42bfceb45e /.SRCINFO | |
parent | 6ae48e3a3eb6323f161f43b00e3694e771fb726a (diff) | |
download | aur-2636b852b21a44b2579eb69b9e6e8437fc969028.tar.gz |
update to 2.0.0
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,13 +1,14 @@ pkgbase = neovim-headlines pkgdesc = Adds highlights for text filetypes - pkgver = 1.0.0 + pkgver = 2.0.0 pkgrel = 1 url = https://github.com/lukas-reineke/headlines.nvim + install = headlines.install arch = any groups = neovim-plugins license = MIT depends = neovim - source = neovim-headlines-1.0.0.tar.gz::https://github.com/lukas-reineke/headlines.nvim/archive/v1.0.0.tar.gz - sha256sums = c3ed090f38064ab216bb71baa9d24784a1576d01e81458d1a0bb6277e3f0d95f + source = neovim-headlines-2.0.0.tar.gz::https://github.com/lukas-reineke/headlines.nvim/archive/v2.0.0.tar.gz + sha256sums = 005714a440160687c916073b4ffcd765bba9d6321095d03646b888755c133e61 pkgname = neovim-headlines |