Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
neovide


Commits:
24b13b3d by Caleb Maclennan at 2024-05-25T00:25:32+03:00
upgpkg: 0.13.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = neovide
        pkgdesc = No Nonsense Neovim Client in Rust
-       pkgver = 0.13.0
+       pkgver = 0.13.1
        pkgrel = 1
        url = https://github.com/neovide/neovide
        arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = neovide
        depends = sndio
        optdepends = vulkan-intel: vulkan support for intel
        optdepends = libxkbcommon-x11: run on X11 (not needed for wayland)
-       source = 
https://github.com/neovide/neovide/archive/0.13.0/neovide-0.13.0.tar.gz
-       sha256sums = 
83256cbe4b14a8ca33f8ef5850121bad871af2f4fb3bcd81f6dae6cfc65c26d8
+       source = 
https://github.com/neovide/neovide/archive/0.13.1/neovide-0.13.1.tar.gz
+       sha256sums = 
6cc2ddf50708a343114756d424b318c581c148437b96ba9563c401dfdb754408
 
 pkgname = neovide


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Contributor: peeweep <peeweep at 0x0 dot ee>
 
 pkgname=neovide
-pkgver=0.13.0
+pkgver=0.13.1
 pkgrel=1
 pkgdesc='No Nonsense Neovim Client in Rust'
 arch=(x86_64)
@@ -24,7 +24,7 @@ optdepends=('vulkan-intel: vulkan support for intel'
             'libxkbcommon-x11: run on X11 (not needed for wayland)')
 _archive=("$pkgname-$pkgver")
 source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('83256cbe4b14a8ca33f8ef5850121bad871af2f4fb3bcd81f6dae6cfc65c26d8')
+sha256sums=('6cc2ddf50708a343114756d424b318c581c148437b96ba9563c401dfdb754408')
 
 prepare() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neovide/-/commit/24b13b3d79e95219df04b8149f417ee95115f215

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/neovide/-/commit/24b13b3d79e95219df04b8149f417ee95115f215
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to