Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / lite-xl
Commits: 1a52f791 by Caleb Maclennan at 2024-11-29T10:05:06+03:00 upgpkg: 2.1.6-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = lite-xl pkgdesc = A lightweight text editor written in Lua - pkgver = 2.1.5 + pkgver = 2.1.6 pkgrel = 1 url = https://lite-xl.com arch = x86_64 @@ -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.5/lite-xl-2.1.5.tar.gz - sha256sums = b1a4dc1ad8ed8e0c822a4381131a21db4f81edae84259da556a4435d0be12de9 + source = https://github.com/lite-xl/lite-xl/archive/v2.1.6/lite-xl-2.1.6.tar.gz + sha256sums = 4eee4e4a0480066e85052321408bc624bb83e5efec0cd1b895c51fd4511cb6a1 pkgname = lite-xl ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: redtide <redtid3 at gmail dot com> pkgname=lite-xl -pkgver=2.1.5 +pkgver=2.1.6 pkgrel=1 pkgdesc='A lightweight text editor written in Lua' arch=(x86_64 aarch64) @@ -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=('b1a4dc1ad8ed8e0c822a4381131a21db4f81edae84259da556a4435d0be12de9') +sha256sums=('4eee4e4a0480066e85052321408bc624bb83e5efec0cd1b895c51fd4511cb6a1') build() { arch-meson "$_archive" build -D use_system_lua=true View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lite-xl/-/commit/1a52f79101d2deb673316f03b25f366c3606cea5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lite-xl/-/commit/1a52f79101d2deb673316f03b25f366c3606cea5 You're receiving this email because of your account on gitlab.archlinux.org.