Skip to content

Commit

Permalink
upd(neovim): 0.9.5 -> 0.10.0 (#6018)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 authored May 17, 2024
1 parent f2c30ba commit 09adc2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/neovim/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pkgname = neovim
pkgver = 0.9.5
pkgver = 0.10.0
pkgdesc = Neovim is a vim fork maintained by the community
url = https://neovim.io/
source = https://github.com/neovim/neovim/archive/refs/tags/v0.9.5.tar.gz
source = https://github.com/neovim/neovim/archive/refs/tags/v0.10.0.tar.gz
makedepends = gettext
makedepends = libtool
makedepends = libtool-bin
Expand All @@ -16,4 +16,4 @@ replaces = nvim
replaces = neovim-runtime
maintainer = Elsie19 <[email protected]>
repology = project: neovim
sha256sums = fe74369fc30a32ec7a086b1013acd0eacd674e7570eb1acc520a66180c9e9719
sha256sums = 372ea2584b0ea2a5a765844d95206bda9e4a57eaa1a2412a9a0726bab750f828
4 changes: 2 additions & 2 deletions packages/neovim/neovim.pacscript
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pkgname="neovim"
pkgver="0.9.5"
pkgver="0.10.0"
source=("https://github.com/neovim/neovim/archive/refs/tags/v${pkgver}.tar.gz")
url='https://neovim.io/'
makedepends=("gettext" "libtool" "libtool-bin" "autoconf" "automake" "cmake" "g++" "pkg-config")
replaces=("neovim" "nvim" "neovim-runtime")
pkgdesc="Neovim is a vim fork maintained by the community"
sha256sums=("fe74369fc30a32ec7a086b1013acd0eacd674e7570eb1acc520a66180c9e9719")
sha256sums=("372ea2584b0ea2a5a765844d95206bda9e4a57eaa1a2412a9a0726bab750f828")
maintainer=("Elsie19 <[email protected]>")
external_connection=true
repology=("project: ${pkgname}")
Expand Down

0 comments on commit 09adc2d

Please sign in to comment.