Skip to content

Commit

Permalink
upd(neovim): 0.10.2 -> 0.10.3 (#6799)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 authored Dec 29, 2024
1 parent add158c commit 314fcf9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/neovim/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgbase = neovim
pkgver = 0.10.2
pkgver = 0.10.3
pkgrel = 1
pkgdesc = Neovim is a vim fork maintained by the community
url = https://neovim.io/
Expand All @@ -22,7 +22,7 @@ pkgbase = neovim
replaces = neovim-runtime
maintainer = Elsie19 <[email protected]>
repology = project: neovim
source = https://github.com/neovim/neovim/archive/refs/tags/v0.10.2.tar.gz
sha256sums = 546cb2da9fffbb7e913261344bbf4cf1622721f6c5a67aa77609e976e78b8e89
source = https://github.com/neovim/neovim/archive/refs/tags/v0.10.3.tar.gz
sha256sums = 39fab47d241da7b9418823cc563c689d522c1c4b2def04036393834f3f1ca94c

pkgname = neovim
4 changes: 2 additions & 2 deletions packages/neovim/neovim.pacscript
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkgname="neovim"
arch=("any")
pkgver="0.10.2"
pkgver="0.10.3"
pkgrel="1"
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" "neovim-git" "nvim" "neovim-runtime")
conflicts=("${replaces[@]}")
pkgdesc="Neovim is a vim fork maintained by the community"
sha256sums=("546cb2da9fffbb7e913261344bbf4cf1622721f6c5a67aa77609e976e78b8e89")
sha256sums=("39fab47d241da7b9418823cc563c689d522c1c4b2def04036393834f3f1ca94c")
maintainer=("Elsie19 <[email protected]>")
external_connection=true
repology=("project: ${pkgname}")
Expand Down
6 changes: 3 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -7421,7 +7421,7 @@ pkgbase = neovim-git
pkgname = neovim-git
---
pkgbase = neovim
pkgver = 0.10.2
pkgver = 0.10.3
pkgrel = 1
pkgdesc = Neovim is a vim fork maintained by the community
url = https://neovim.io/
Expand All @@ -7444,8 +7444,8 @@ pkgbase = neovim
replaces = neovim-runtime
maintainer = Elsie19 <[email protected]>
repology = project: neovim
source = https://github.com/neovim/neovim/archive/refs/tags/v0.10.2.tar.gz
sha256sums = 546cb2da9fffbb7e913261344bbf4cf1622721f6c5a67aa77609e976e78b8e89
source = https://github.com/neovim/neovim/archive/refs/tags/v0.10.3.tar.gz
sha256sums = 39fab47d241da7b9418823cc563c689d522c1c4b2def04036393834f3f1ca94c

pkgname = neovim
---
Expand Down

0 comments on commit 314fcf9

Please sign in to comment.