Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
lapce
Commits:
cc6b3881 by Caleb Maclennan at 2026-01-22T11:23:47+03:00
upgpkg: 0.4.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lapce
pkgdesc = Lightning-fast and Powerful Code Editor
- pkgver = 0.4.5
+ pkgver = 0.4.6
pkgrel = 1
url = https://lapce.dev
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = lapce
depends = libxcb
depends = libxkbcommon
options = !lto
- source =
https://github.com/lapce/lapce/archive/v0.4.5/lapce-0.4.5.tar.gz
- sha256sums =
e5e9df702c2f108da57b8a5232d797c582171c0523a0ac381947058ec667423c
+ source =
https://github.com/lapce/lapce/archive/v0.4.6/lapce-0.4.6.tar.gz
+ sha256sums =
c6790771ed0af5e242d2410d930197412af4c21c07a5a33ae5d6ac596ca7380a
pkgname = lapce
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: George Rawlinson <[email protected]>
pkgname=lapce
-pkgver=0.4.5
+pkgver=0.4.6
pkgrel=1
pkgdesc='Lightning-fast and Powerful Code Editor'
arch=(x86_64)
@@ -23,7 +23,7 @@ makedepends=(cargo
options=(!lto)
_archive="$pkgname-$pkgver"
source=("$_url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('e5e9df702c2f108da57b8a5232d797c582171c0523a0ac381947058ec667423c')
+sha256sums=('c6790771ed0af5e242d2410d930197412af4c21c07a5a33ae5d6ac596ca7380a')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lapce/-/commit/cc6b3881e93237b4848aa55be30c86412a8eb837
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lapce/-/commit/cc6b3881e93237b4848aa55be30c86412a8eb837
You're receiving this email because of your account on gitlab.archlinux.org.