summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-07-25 01:52:53 +0800
committerzxp198210052023-07-25 01:52:53 +0800
commit01fe8f9ca94d0707a8f782d8513665545766864c (patch)
tree01ac4713d5de036a8e13884a119e763dfffa64e6
parent58475ffcba8cd08cea55c97acd3567203aa68569 (diff)
downloadaur-01fe8f9ca94d0707a8f782d8513665545766864c.tar.gz
update to 3.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b479b1919be..d7b1231b988f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lyricistant-bin
pkgdesc = A helpful writing assistant for lyricists!
- pkgver = 3.2.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/wardellbagby/lyricistant
arch = aarch64
@@ -11,9 +11,9 @@ pkgbase = lyricistant-bin
conflicts = lyricistant
source = lyricistant.sh
sha256sums = 4ab50fa1f95feb88249477630af8c2db71bb2c1973a2b5ffd8cb1f7d27db065a
- source_aarch64 = lyricistant-3.2.0-aarch64.AppImage::https://github.com/wardellbagby/lyricistant/releases/download/v3.2.0/lyricistant-linux_arm64.AppImage
- sha256sums_aarch64 = dd9e673bdb078c0dc488543b4978a8284e7eabbef04b66737db48d206e6a1143
- source_x86_64 = lyricistant-3.2.0-x86_64.AppImage::https://github.com/wardellbagby/lyricistant/releases/download/v3.2.0/lyricistant-linux_x86_64.AppImage
- sha256sums_x86_64 = 21cfd0cffafb1e790c93edf903afc0135eb71663ab6df8b9e6d423739eb07988
+ source_aarch64 = lyricistant-3.3.0-aarch64.AppImage::https://github.com/wardellbagby/lyricistant/releases/download/v3.3.0/lyricistant-linux_arm64.AppImage
+ sha256sums_aarch64 = 42b1f2479db56cf61355840a5ccd7cdac43d87e4d67be386b20e911f1df4aa3e
+ source_x86_64 = lyricistant-3.3.0-x86_64.AppImage::https://github.com/wardellbagby/lyricistant/releases/download/v3.3.0/lyricistant-linux_x86_64.AppImage
+ sha256sums_x86_64 = 8cd2acea45922ce45dbc9809b746ddefd6d5f3eab80471968f949bf2dd26be4a
pkgname = lyricistant-bin
diff --git a/PKGBUILD b/PKGBUILD
index d39efafac994..89aa4a205f3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=lyricistant-bin
-pkgver=3.2.0
+pkgver=3.3.0
pkgrel=1
pkgdesc="A helpful writing assistant for lyricists!"
arch=('aarch64' 'x86_64')
@@ -13,8 +13,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=('4ab50fa1f95feb88249477630af8c2db71bb2c1973a2b5ffd8cb1f7d27db065a')
-sha256sums_aarch64=('dd9e673bdb078c0dc488543b4978a8284e7eabbef04b66737db48d206e6a1143')
-sha256sums_x86_64=('21cfd0cffafb1e790c93edf903afc0135eb71663ab6df8b9e6d423739eb07988')
+sha256sums_aarch64=('42b1f2479db56cf61355840a5ccd7cdac43d87e4d67be386b20e911f1df4aa3e')
+sha256sums_x86_64=('8cd2acea45922ce45dbc9809b746ddefd6d5f3eab80471968f949bf2dd26be4a')
prepare() {
chmod a+x "${srcdir}/${pkgname%-bin}-${pkgver}-${CARCH}.AppImage"
"${srcdir}/${pkgname%-bin}-${pkgver}-${CARCH}.AppImage" --appimage-extract > /dev/null