Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
lite-xl


Commits:
2ea45e53 by Caleb Maclennan at 2024-06-29T22:33:23+03:00
upgpkg: 2.1.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = lite-xl
        pkgdesc = A lightweight text editor written in Lua
-       pkgver = 2.1.4
-       pkgrel = 2
+       pkgver = 2.1.5
+       pkgrel = 1
        url = https://lite-xl.com
        arch = x86_64
        arch = aarch64
@@ -15,7 +15,7 @@ pkgbase = lite-xl
        provides = lite
        conflicts = lite
        replaces = lite-xl-bin
-       source = 
https://github.com/lite-xl/lite-xl/archive/v2.1.4/lite-xl-2.1.4.tar.gz
-       sha256sums = 
611ab123a131bae990dc2103072a9c102171403b77e30169f557d3516f502cf6
+       source = 
https://github.com/lite-xl/lite-xl/archive/v2.1.5/lite-xl-2.1.5.tar.gz
+       sha256sums = 
b1a4dc1ad8ed8e0c822a4381131a21db4f81edae84259da556a4435d0be12de9
 
 pkgname = lite-xl


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 # Contributor: redtide <redtid3 at gmail dot com>
 
 pkgname=lite-xl
-pkgver=2.1.4
-pkgrel=2
+pkgver=2.1.5
+pkgrel=1
 pkgdesc='A lightweight text editor written in Lua'
 arch=(x86_64 aarch64)
 url="https://$pkgname.com";
@@ -21,7 +21,7 @@ provides=(lite)
 replaces=("$pkgname-bin")
 _archive="$pkgname-$pkgver"
 
source=("https://github.com/$pkgname/$pkgname/archive/v$pkgver/$_archive.tar.gz";)
-sha256sums=('611ab123a131bae990dc2103072a9c102171403b77e30169f557d3516f502cf6')
+sha256sums=('b1a4dc1ad8ed8e0c822a4381131a21db4f81edae84259da556a4435d0be12de9')
 
 build() {
         arch-meson "$_archive" build -D use_system_lua=true



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lite-xl/-/commit/2ea45e5370cb72d897dc835b1a6213d17daf9536

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lite-xl/-/commit/2ea45e5370cb72d897dc835b1a6213d17daf9536
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to