summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-22 15:17:19 +0800
committerzxp198210052024-04-22 15:17:19 +0800
commitdc3ba20dbf22a960f589faa566d8c47941f199ea (patch)
tree8f292f4e5386478f9c627e906276b7c31ab579ca
parent51e88f2dc122b019ceea102cb00efa8a534ac6f8 (diff)
downloadaur-dc3ba20dbf22a960f589faa566d8c47941f199ea.tar.gz
update to 3.4.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9515d3a20bf2..d6ab9b69adb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lyricistant-bin
pkgdesc = A helpful writing assistant for lyricists!
- pkgver = 3.4.0
+ pkgver = 3.4.2
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.0
+ provides = lyricistant=3.4.2
conflicts = lyricistant
source = lyricistant.sh
sha256sums = dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8
- source_aarch64 = lyricistant-3.4.0-aarch64.AppImage::https://github.com/wardellbagby/lyricistant/releases/download/v3.4.0/lyricistant-linux_arm64.AppImage
- sha256sums_aarch64 = 7b6132f1a49685cc02ed030320f06d6f41402c16b375f252828c7afa64fab09e
- source_x86_64 = lyricistant-3.4.0-x86_64.AppImage::https://github.com/wardellbagby/lyricistant/releases/download/v3.4.0/lyricistant-linux_x86_64.AppImage
- sha256sums_x86_64 = c919348081b6bcfb2e1373a0974a627d1b38474555c268f338afeee057cf8053
+ 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
pkgname = lyricistant-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7bd5d83c8dcb..1d91e47ac1c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=lyricistant-bin
-pkgver=3.4.0
+pkgver=3.4.2
_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=('7b6132f1a49685cc02ed030320f06d6f41402c16b375f252828c7afa64fab09e')
-sha256sums_x86_64=('c919348081b6bcfb2e1373a0974a627d1b38474555c268f338afeee057cf8053')
+sha256sums_aarch64=('83227b36a0be2413fb3c3ea8336dc29100f4d0e1b4279c0f47f1a9e3bc1481a4')
+sha256sums_x86_64=('203cb336a08cafa118e84adf54cc5083dd1eda4c853e9aa689e333f6908d5fe3')
build() {
sed -e "s|@electronversion@|${_electronversion}|" \
-e "s|@appname@|${pkgname%-bin}|g" \