summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-07-05 15:18:13 +0800
committerzxp198210052023-07-05 15:18:13 +0800
commite0b21e2bedd9d6801c089513bcd1b2274717e0cd (patch)
tree703b47a7623db24acb558b4f43f3b8b8de9e792d
parent1d433660ebbbee26af3a6ccbfa4ffe733cbf792e (diff)
downloadaur-e0b21e2bedd9d6801c089513bcd1b2274717e0cd.tar.gz
update to 0.16.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a40b0bf5f80..8f7b729e9a54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lvce-bin
pkgdesc = VS Code inspired text editor that mostly runs in a webworker
- pkgver = 0.16.2
+ pkgver = 0.16.4
pkgrel = 1
url = https://lvce-editor.github.io/lvce-editor
arch = x86_64
@@ -35,9 +35,9 @@ pkgbase = lvce-bin
depends = zlib
conflicts = lvce
conflicts = lvce-appimage
- source = lvce-0.16.2.deb::https://github.com/lvce-editor/lvce-editor/releases/download/v0.16.2/lvce-v0.16.2_amd64.deb
+ source = lvce-0.16.4.deb::https://github.com/lvce-editor/lvce-editor/releases/download/v0.16.4/lvce-v0.16.4_amd64.deb
source = LICENSE::https://raw.githubusercontent.com/lvce-editor/lvce-editor/main/LICENSE
- sha256sums = 4633cf6b70d4096bcd175efcf0b45e4ffc78b955b1eab187578653c8a7a4fcd9
+ sha256sums = 7b5b35f28e55989a9ea45bdc6dcbe861f2a3c8c903cc89bdc7c208f4c322c4b5
sha256sums = 7736b1dbda2b18af09232f9eb619e4d3d79d855058cc7494853f25d1553ed00b
pkgname = lvce-bin
diff --git a/PKGBUILD b/PKGBUILD
index 891be3b3005d..0625e4b22597 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=lvce-bin
-pkgver=0.16.2
+pkgver=0.16.4
pkgrel=1
pkgdesc="VS Code inspired text editor that mostly runs in a webworker"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('libxcb' 'pango' 'glib2' 'libxdamage' 'glibc' 'at-spi2-core' 'java-runt
'sh' 'libxext' 'expat' 'libcups' 'nss' 'dbus' 'libxfixes' 'mesa' 'gtk3' 'libxcomposite' 'alsa-lib' 'libxkbcommon' 'cairo' 'gcc-libs' 'libxrandr' 'zlib')
source=("${pkgname%-bin}-${pkgver}.deb::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}-v${pkgver}_amd64.deb"
"LICENSE::https://raw.githubusercontent.com/lvce-editor/lvce-editor/main/LICENSE")
-sha256sums=('4633cf6b70d4096bcd175efcf0b45e4ffc78b955b1eab187578653c8a7a4fcd9'
+sha256sums=('7b5b35f28e55989a9ea45bdc6dcbe861f2a3c8c903cc89bdc7c208f4c322c4b5'
'7736b1dbda2b18af09232f9eb619e4d3d79d855058cc7494853f25d1553ed00b')
package() {
bsdtar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}"