summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-09-18 15:29:33 +0800
committerzxp198210052023-09-18 15:29:33 +0800
commit09e589667f2b6fdf60b5b72603c292cdbc8bff8a (patch)
treeb1e4f15a31c0e4696b59a5808559dd9df8f80967
parentb2a701b79e99398b0bbb4cf384313d7a5c6f95be (diff)
downloadaur-09e589667f2b6fdf60b5b72603c292cdbc8bff8a.tar.gz
update to 0.17.16
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0b0746f393c..57a526dc1e6e 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.17.12
+ pkgver = 0.17.16
pkgrel = 1
url = https://lvce-editor.github.io/lvce-editor
arch = aarch64
@@ -31,15 +31,15 @@ pkgbase = lvce-bin
depends = libxkbcommon
depends = libxcb
depends = cairo
- provides = lvce=0.17.12
+ provides = lvce=0.17.16
conflicts = lvce
source = LICENSE::https://raw.githubusercontent.com/lvce-editor/lvce-editor/main/LICENSE
sha256sums = 7736b1dbda2b18af09232f9eb619e4d3d79d855058cc7494853f25d1553ed00b
- source_aarch64 = lvce-0.17.12-aarch64.deb::https://github.com/lvce-editor/lvce-editor/releases/download/v0.17.12/lvce-v0.17.12_arm64.deb
- sha256sums_aarch64 = 915113d5241f7b9b359dd9894fb43a7135a48358df3daf994300dffba7c3739c
- source_armv7h = lvce-0.17.12-armv7h.deb::https://github.com/lvce-editor/lvce-editor/releases/download/v0.17.12/lvce-v0.17.12_armhf.deb
- sha256sums_armv7h = 7c03e089a16a0d297da42dbde19cb3332b65f1d4af1e9cc775ca48997a32e06a
- source_x86_64 = lvce-0.17.12-x86_64.deb::https://github.com/lvce-editor/lvce-editor/releases/download/v0.17.12/lvce-v0.17.12_amd64.deb
- sha256sums_x86_64 = f63def9cb04f3ba86676d5c64992cc76b58077faedcac41bb2e723a5a7e0210c
+ source_aarch64 = lvce-0.17.16-aarch64.deb::https://github.com/lvce-editor/lvce-editor/releases/download/v0.17.16/lvce-v0.17.16_arm64.deb
+ sha256sums_aarch64 = 53df5fe140535f9afb2a7dafba41e0ee4ab3754f0eb9a6f08608d2dc4054584f
+ source_armv7h = lvce-0.17.16-armv7h.deb::https://github.com/lvce-editor/lvce-editor/releases/download/v0.17.16/lvce-v0.17.16_armhf.deb
+ sha256sums_armv7h = 92b041cf4158938a8ebd8d1f8637a8cb69d4414a4835de79794212c83dbc00ec
+ source_x86_64 = lvce-0.17.16-x86_64.deb::https://github.com/lvce-editor/lvce-editor/releases/download/v0.17.16/lvce-v0.17.16_amd64.deb
+ sha256sums_x86_64 = 174e76f2a68fe5598c09a2d8b2dbfeef3581f2ad368c53b8712b37cf408fd4ff
pkgname = lvce-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3a199243c47c..84f06bd1a644 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=lvce-bin
-pkgver=0.17.12
+pkgver=0.17.16
pkgrel=1
pkgdesc="VS Code inspired text editor that mostly runs in a webworker"
arch=('aarch64' 'armv7h' 'x86_64')
@@ -19,10 +19,10 @@ source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.deb::${_githuburl}/releases/dow
source=("LICENSE::https://raw.githubusercontent.com/lvce-editor/lvce-editor/main/LICENSE")
# "${pkgname%-bin}.sh")
sha256sums=('7736b1dbda2b18af09232f9eb619e4d3d79d855058cc7494853f25d1553ed00b')
-sha256sums_aarch64=('915113d5241f7b9b359dd9894fb43a7135a48358df3daf994300dffba7c3739c')
-sha256sums_armv7h=('7c03e089a16a0d297da42dbde19cb3332b65f1d4af1e9cc775ca48997a32e06a')
-sha256sums_x86_64=('f63def9cb04f3ba86676d5c64992cc76b58077faedcac41bb2e723a5a7e0210c')
-prepare() {
+sha256sums_aarch64=('53df5fe140535f9afb2a7dafba41e0ee4ab3754f0eb9a6f08608d2dc4054584f')
+sha256sums_armv7h=('92b041cf4158938a8ebd8d1f8637a8cb69d4414a4835de79794212c83dbc00ec')
+sha256sums_x86_64=('174e76f2a68fe5598c09a2d8b2dbfeef3581f2ad368c53b8712b37cf408fd4ff')
+build() {
bsdtar -xf "${srcdir}/data.tar.xz"
#asar pack "${srcdir}/usr/lib/${pkgname%-bin}/resources/app" "${srcdir}/${pkgname%-bin}.asar"
sed "s| %U||g" -i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"