summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-03-25 11:31:15 +0800
committerzxp198210052024-03-25 11:31:15 +0800
commite2f8b5b48f29c2c83188e9dfbadc5bd79e3b3b50 (patch)
treeb38acd5b48d145a71ea2c2a1b6908130ac936bee
parent8fdfd0524890cd50941ab518641ae6eb996bd420 (diff)
downloadaur-e2f8b5b48f29c2c83188e9dfbadc5bd79e3b3b50.tar.gz
update to 0.20.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d0e3fe4345c..c7e4b600059a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = alspotron-bin
pkgdesc = Shows the egg lyrics of the track, playing on Spotify / YouTube Music
- pkgver = 0.19.1
- pkgrel = 2
+ pkgver = 0.20.0
+ pkgrel = 1
url = https://github.com/organization/alspotron
arch = x86_64
license = Apache-2.0
depends = java-runtime
depends = electron29
- provides = alspotron=0.19.1
+ provides = alspotron=0.20.0
conflicts = alspotron
- source = alspotron-0.19.1.deb::https://github.com/organization/alspotron/releases/download/v0.19.1/alspotron_0.19.1_amd64.deb
+ source = alspotron-0.20.0.deb::https://github.com/organization/alspotron/releases/download/v0.20.0/alspotron_0.20.0_amd64.deb
source = alspotron.sh
- sha256sums = 1c54100ae0a47af990d5eccb1a11a6117254abe43526b8ab195ae1b13e92c043
+ sha256sums = 207a9b1569a72a146680eb80e10b64161e3f5df7fbf4f745838934f3e96c59e5
sha256sums = dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8
pkgname = alspotron-bin
diff --git a/PKGBUILD b/PKGBUILD
index d51593594fa4..54dcd00a5471 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=alspotron-bin
_pkgname=Alspotron
-pkgver=0.19.1
+pkgver=0.20.0
_electronversion=29
-pkgrel=2
+pkgrel=1
pkgdesc="Shows the egg lyrics of the track, playing on Spotify / YouTube Music"
arch=('x86_64')
url="https://github.com/organization/alspotron"
@@ -18,7 +18,7 @@ source=(
"${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb"
"${pkgname%-bin}.sh"
)
-sha256sums=('1c54100ae0a47af990d5eccb1a11a6117254abe43526b8ab195ae1b13e92c043'
+sha256sums=('207a9b1569a72a146680eb80e10b64161e3f5df7fbf4f745838934f3e96c59e5'
'dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8')
build() {
sed -e "s|@electronversion@|${_electronversion}|" \