summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-09-11 12:20:57 +0800
committerzxp198210052023-09-11 12:20:57 +0800
commit3b54653dce9f26f1c06712003b8f2278cd7a8344 (patch)
tree5fc316287ed2ec67b2baee05cf9c5affe3e8bb38
parent363d7d7250923493fdbd81a7f6b65ff5ad650eb3 (diff)
downloadaur-3b54653dce9f26f1c06712003b8f2278cd7a8344.tar.gz
update to 0.13.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73528b5d7dca..4a750b06bd6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alspotron-bin
pkgdesc = Shows the egg lyrics of the track, playing on Spotify / YouTube Music
- pkgver = 0.13.2
+ pkgver = 0.13.4
pkgrel = 1
url = https://github.com/organization/alspotron
arch = x86_64
@@ -29,9 +29,9 @@ pkgbase = alspotron-bin
depends = gcc-libs
depends = libx11
depends = mesa
- provides = alspotron=0.13.2
+ provides = alspotron=0.13.4
conflicts = alspotron
- source = alspotron-0.13.2.deb::https://github.com/organization/alspotron/releases/download/v0.13.2/alspotron_0.13.2_amd64.deb
- sha256sums = 5028b318c4f82c1b9dcf6195aa5d574e8d48728e9c0d05697d3ab2d66e74117b
+ source = alspotron-0.13.4.deb::https://github.com/organization/alspotron/releases/download/v0.13.4/alspotron_0.13.4_amd64.deb
+ sha256sums = 59344e611b403a9213a73e67f81c87a598f786c9c9687fa1b31ee325b980adbf
pkgname = alspotron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 731c045de1cf..6545799403a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=alspotron-bin
_pkgname=Alspotron
-pkgver=0.13.2
+pkgver=0.13.4
pkgrel=1
pkgdesc="Shows the egg lyrics of the track, playing on Spotify / YouTube Music"
arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=("${pkgname%-bin}")
depends=('libxrandr' 'at-spi2-core' 'libxkbcommon' 'pango' 'expat' 'java-runtime' 'dbus' 'alsa-lib' 'nss' 'glibc' 'nspr' \
'libxdamage' 'cairo' 'libxcomposite' 'libcups' 'libxcb' 'gtk3' 'libdrm' 'libxext' 'libxfixes' 'glib2' 'gcc-libs' 'libx11' 'mesa')
source=("${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb")
-sha256sums=('5028b318c4f82c1b9dcf6195aa5d574e8d48728e9c0d05697d3ab2d66e74117b')
+sha256sums=('59344e611b403a9213a73e67f81c87a598f786c9c9687fa1b31ee325b980adbf')
prepare() {
bsdtar -xf "${srcdir}/data.tar.xz"
sed "s|/opt/${_pkgname}/${pkgname%-bin} %U|${pkgname%-bin} --no-sandbox %U|g" -i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"