summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-24 12:26:14 +0800
committerzxp198210052024-04-24 12:26:14 +0800
commit9eedb09be4ce9bd56b9df0fce123dc8c2f6159dd (patch)
treee40e773d9ec9f1b8d9d915d21898eb1192da55c9
parentdc3ba20dbf22a960f589faa566d8c47941f199ea (diff)
downloadaur-9eedb09be4ce9bd56b9df0fce123dc8c2f6159dd.tar.gz
update to 3.4.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6ab9b69adb5..8e2723975666 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lyricistant-bin
pkgdesc = A helpful writing assistant for lyricists!
- pkgver = 3.4.2
+ pkgver = 3.4.3
pkgrel = 1
url = https://github.com/wardellbagby/lyricistant
arch = aarch64
@@ -8,13 +8,13 @@ pkgbase = lyricistant-bin
license = GPL-3.0-only
makedepends = fuse2
depends = electron30
- provides = lyricistant=3.4.2
+ provides = lyricistant=3.4.3
conflicts = lyricistant
source = lyricistant.sh
sha256sums = dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8
- source_aarch64 = lyricistant-3.4.2-aarch64.AppImage::https://github.com/wardellbagby/lyricistant/releases/download/v3.4.2/lyricistant-linux_arm64.AppImage
- sha256sums_aarch64 = 83227b36a0be2413fb3c3ea8336dc29100f4d0e1b4279c0f47f1a9e3bc1481a4
- source_x86_64 = lyricistant-3.4.2-x86_64.AppImage::https://github.com/wardellbagby/lyricistant/releases/download/v3.4.2/lyricistant-linux_x86_64.AppImage
- sha256sums_x86_64 = 203cb336a08cafa118e84adf54cc5083dd1eda4c853e9aa689e333f6908d5fe3
+ source_aarch64 = lyricistant-3.4.3-aarch64.AppImage::https://github.com/wardellbagby/lyricistant/releases/download/v3.4.3/lyricistant-linux_arm64.AppImage
+ sha256sums_aarch64 = 9262d5196e64e76e0ee62c1ced8f224f709d492e396ed2afbd1473e68e084407
+ source_x86_64 = lyricistant-3.4.3-x86_64.AppImage::https://github.com/wardellbagby/lyricistant/releases/download/v3.4.3/lyricistant-linux_x86_64.AppImage
+ sha256sums_x86_64 = ff22484aba3eab26e3f97968ed87c5ad971cf5c6954466a3374a3aef6a1a07df
pkgname = lyricistant-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1d91e47ac1c7..4981c9c39c17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=lyricistant-bin
-pkgver=3.4.2
+pkgver=3.4.3
_electronversion=30
pkgrel=1
pkgdesc="A helpful writing assistant for lyricists!"
@@ -22,8 +22,8 @@ source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.AppImage::${url}/releases/dow
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.AppImage::${url}/releases/download/v${pkgver}/${pkgname%-bin}-linux_x86_64.AppImage")
source=("${pkgname%-bin}.sh")
sha256sums=('dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8')
-sha256sums_aarch64=('83227b36a0be2413fb3c3ea8336dc29100f4d0e1b4279c0f47f1a9e3bc1481a4')
-sha256sums_x86_64=('203cb336a08cafa118e84adf54cc5083dd1eda4c853e9aa689e333f6908d5fe3')
+sha256sums_aarch64=('9262d5196e64e76e0ee62c1ced8f224f709d492e396ed2afbd1473e68e084407')
+sha256sums_x86_64=('ff22484aba3eab26e3f97968ed87c5ad971cf5c6954466a3374a3aef6a1a07df')
build() {
sed -e "s|@electronversion@|${_electronversion}|" \
-e "s|@appname@|${pkgname%-bin}|g" \