Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
neovide
Commits:
1a5aaf8b by Caleb Maclennan at 2025-01-03T15:20:19+03:00
upgpkg: 0.14.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = neovide
pkgdesc = No Nonsense Neovim Client in Rust
- pkgver = 0.13.3
- pkgrel = 3
+ pkgver = 0.14.0
+ pkgrel = 1
url = https://github.com/neovide/neovide
arch = x86_64
license = MIT
@@ -38,7 +38,7 @@ pkgbase = neovide
optdepends = vulkan-intel: vulkan support for intel
optdepends = libxkbcommon-x11: run on X11 (not needed for wayland)
options = !lto
- source =
https://github.com/neovide/neovide/archive/0.13.3/neovide-0.13.3.tar.gz
- sha256sums =
21c8eaa53cf3290d2b1405c8cb2cde5f39bc14ef597b328e76f1789b0ef3539a
+ source =
https://github.com/neovide/neovide/archive/0.14.0/neovide-0.14.0.tar.gz
+ sha256sums =
33aade5dcc2962aadcd7c885876a52f096397356c56aab90c71cf12aa368e87d
pkgname = neovide
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: peeweep <peeweep at 0x0 dot ee>
pkgname=neovide
-pkgver=0.13.3
-pkgrel=3
+pkgver=0.14.0
+pkgrel=1
pkgdesc='No Nonsense Neovim Client in Rust'
arch=(x86_64)
url="https://github.com/$pkgname/$pkgname"
@@ -35,7 +35,7 @@ optdepends=('vulkan-intel: vulkan support for intel'
options=(!lto)
_archive=("$pkgname-$pkgver")
source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('21c8eaa53cf3290d2b1405c8cb2cde5f39bc14ef597b328e76f1789b0ef3539a')
+sha256sums=('33aade5dcc2962aadcd7c885876a52f096397356c56aab90c71cf12aa368e87d')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/neovide/-/commit/1a5aaf8b6a51f75a6aaa9f1d17e12b4ee183eadf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/neovide/-/commit/1a5aaf8b6a51f75a6aaa9f1d17e12b4ee183eadf
You're receiving this email because of your account on gitlab.archlinux.org.